]> git.proxmox.com Git - mirror_qemu.git/commit
migration: not necessary to check ops again
authorWei Yang <richardw.yang@linux.intel.com>
Wed, 27 Mar 2019 01:31:30 +0000 (09:31 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 14 May 2019 16:33:35 +0000 (17:33 +0100)
commita94cd7b8abda18e1c8ef9a62bf0576d2d294f568
treeea22552ed8c7e0a7955122a1f5954248ab8b7d65
parent772c6212d2bcdb6adcb2a0d906745b42903b2ecf
migration: not necessary to check ops again

During each iteration, se->ops is checked before each loop. So it is not
necessary to check it again and simplify the following check a little.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Message-Id: <20190327013130.26259-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