mirror of https://gitee.com/openkylin/libvirt.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
This commit is contained in:
parent
2da776b1d6
commit
e58dfad4a4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue