The qemu-kvm version shipped by Fedora 14 does not support booting from virtio disks directly, while qemu-kvm upstream doesn't. We recently removed image_boot = yes from the virtio variant, so this was causing a lot of KVM autotest newcomers to have the boot tests failed. So unfortunately, we'll have to revert the default test set to use rtl8139 as the nw card and ide as the block bus. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/tests.cfg.sample | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tests/kvm/tests.cfg.sample b/client/tests/kvm/tests.cfg.sample index 4b3b965..02a7002 100644 --- a/client/tests/kvm/tests.cfg.sample +++ b/client/tests/kvm/tests.cfg.sample @@ -74,8 +74,8 @@ variants: qemu_binary = /usr/bin/qemu-kvm qemu_img_binary = /usr/bin/qemu-img only qcow2 - only virtio_net - only virtio_blk + only rtl8139 + only ide only smp2 only no_pci_assignable only smallpages -- 1.7.4.2 -- 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