]> git.proxmox.com Git - mirror_qemu.git/commit
migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_advise()
authorWei Yang <richardw.yang@linux.intel.com>
Thu, 11 Jul 2019 08:08:16 +0000 (16:08 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 14 Aug 2019 16:33:14 +0000 (17:33 +0100)
commit305b6f8431f0b612649bffe1fbfde760a5cd9300
tree1dc8c26df1c46a0d281ab49de14fd1554729190c
parente326767b455e031a9bd187adfcbaca4362cb9f40
migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_advise()

PostcopyState is already set to ADVISE at the beginning of
loadvm_postcopy_handle_advise().

Remove the redundant set.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Message-Id: <20190711080816.6405-1-richardw.yang@linux.intel.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/savevm.c