]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Don't use -enable-nesting with qemu 1.2.0+
authorCole Robinson <crobinso@redhat.com>
Sat, 20 Oct 2012 19:25:31 +0000 (15:25 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 22 Oct 2012 20:15:12 +0000 (16:15 -0400)
Since the option doesn't exist. Fixes booting with
cpu mode='host-model' and qemu 1.2.0

src/qemu/qemu_capabilities.c

index 670ea228779a59a8d6390a69224dbfaef2b11970..115a0541fd463b9a1e905290523d78be1b7aa63b 100644 (file)
@@ -2169,7 +2169,6 @@ qemuCapsInitQMPBasic(qemuCapsPtr caps)
     qemuCapsSet(caps, QEMU_CAPS_NODEFCONFIG);
     qemuCapsSet(caps, QEMU_CAPS_BOOT_MENU);
     qemuCapsSet(caps, QEMU_CAPS_FSDEV);
-    qemuCapsSet(caps, QEMU_CAPS_NESTING);
     qemuCapsSet(caps, QEMU_CAPS_NAME_PROCESS);
     qemuCapsSet(caps, QEMU_CAPS_DRIVE_READONLY);
     qemuCapsSet(caps, QEMU_CAPS_SMBIOS_TYPE);