Much shorter and elegant fix for the issue: The option -boot on is only really required for virtio disks, also will break qemu upstream if used. Let's fix that by only adding it for virtio disks. Thanks to Michael Goldish for pointing the proper fix. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/kvm_tests.cfg.sample | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample index 296449d..1021118 100644 --- a/client/tests/kvm/kvm_tests.cfg.sample +++ b/client/tests/kvm/kvm_tests.cfg.sample @@ -772,10 +772,8 @@ variants: variants: - @ide: drive_format=ide - image_boot=yes - scsi: drive_format=scsi - image_boot=yes - virtio_blk: drive_format=virtio image_boot=yes -- 1.6.2.5 -- 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