From: Alexey Eromenko <[email protected]> 1. Add virtio block device variant 'virtio_blk' next to 'ide' and 'scsi'. 2. Filter out unsupported guests.
Signed-off-by: Alexey Eromenko <[email protected]> Signed-off-by: Michael Goldish <[email protected]> Signed-off-by: Uri Lublin <[email protected]> diff --git a/client/tests/kvm_runtest_2/kvm_tests.cfg.sample b/client/tests/kvm_runtest_2/kvm_tests.cfg.sample index 72e4443..a38669d 100644 --- a/client/tests/kvm_runtest_2/kvm_tests.cfg.sample +++ b/client/tests/kvm_runtest_2/kvm_tests.cfg.sample @@ -445,12 +445,10 @@ variants: md5sum = 9fae22f2666369968a76ef59e9a81ced -e1000|virtio: - only Fedora.9 openSUSE-11 Ubuntu-8.10-server - linux_s3: only Linux + variants: - @up: - smp2: @@ -476,6 +474,13 @@ variants: - scsi: drive_format=scsi image_boot=yes + - virtio_blk: + drive_format=virtio + image_boot=yes + + +virtio|virtio_blk|e1000: + only Fedora.9 openSUSE-11 Ubuntu-8.10-server variants: -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
