]> Git Repo - qemu.git/commit
migration/postcopy: start_postcopy could be true only when migrate_postcopy() return...
authorWei Yang <[email protected]>
Thu, 18 Jul 2019 08:37:47 +0000 (16:37 +0800)
committerDr. David Alan Gilbert <[email protected]>
Wed, 14 Aug 2019 16:33:14 +0000 (17:33 +0100)
commit52aec70923a19e73f7ecf5da484a9fd1b07634f5
tree2f5ef2b817cc5726ad744e9b49d9c4fb88f80ccb
parent305b6f8431f0b612649bffe1fbfde760a5cd9300
migration/postcopy: start_postcopy could be true only when migrate_postcopy() return true

There is only one place to set start_postcopy to true,
qmp_migrate_start_postcopy(), which make sure start_postcopy could be
set to true when migrate_postcopy() return true.

So start_postcopy is true implies the other one.

Signed-off-by: Wei Yang <[email protected]>
Message-Id: <20190718083747[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
migration/migration.c
This page took 0.024316 seconds and 4 git commands to generate.