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
This commit is contained in:
Cole Robinson 2012-10-20 15:25:31 -04:00
parent 2da776b1d6
commit e58dfad4a4
1 changed files with 0 additions and 1 deletions

View 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);