In order to solve task http://autotest.kernel.org/ticket/50 Create a migrate.with_blkdebug variant, that will migrate the vm with state check before and after migration. As the reporter of the original problem on task 50 said, indeed we have a lot of migration state mismatch problems with a current qemu-kvm. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/subtests.cfg.sample | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/subtests.cfg.sample b/client/tests/kvm/subtests.cfg.sample index 9d9dbba..d79b3af 100644 --- a/client/tests/kvm/subtests.cfg.sample +++ b/client/tests/kvm/subtests.cfg.sample @@ -164,6 +164,12 @@ variants: mig_cancel = yes variants: - @default: + - with_blkdebug: + drive_blkdebug_image1 = blkdebug/default.conf + drive_rerror_image1 = stop + drive_werror_image1 = stop + vmstate_check = yes + migration_living_guest = no - with_set_speed: mig_speed = 1G pre_migrate = "mig_set_speed" -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html