From: Cole Robinson Date: Sat, 20 Oct 2012 19:25:31 +0000 (-0400) Subject: qemu: Don't use -enable-nesting with qemu 1.2.0+ X-Git-Tag: v1.0.0-rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e58dfad4a4ff7ca420f0030b6d7300b2e237fb4d;p=thirdparty%2Flibvirt.git qemu: Don't use -enable-nesting with qemu 1.2.0+ Since the option doesn't exist. Fixes booting with cpu mode='host-model' and qemu 1.2.0 --- diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 670ea22877..115a0541fd 100644 --- a/src/qemu/qemu_capabilities.c +++ b/src/qemu/qemu_capabilities.c @@ -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);