Francesco Romani has uploaded a new change for review. Change subject: core: osinfo: whitelist hyperv support ......................................................................
core: osinfo: whitelist hyperv support Due to a QEMU bug on RHEL 6.x, to enable hyperV support (hv_relaxed flag) will lead to a crash of recent windows guest (win8, win2k12). RHEL 6.x is still the reference platform, so this patch blacklists HyperV support for the affected windowses. Change-Id: I114863dad9b03debd7d87d4d8ebd31a02e0d4d84 Bug-Url: https://bugzilla.redhat.com/1163828 Signed-off-by: Francesco Romani <from...@redhat.com> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/48/36648/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index 80e6ee1..392e632 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -248,6 +248,7 @@ os.windows_8.productKey.value = os.windows_8.devices.display.protocols.value = vnc/cirrus os.windows_8.cpu.unsupported.value = conroe, opteron_g1 +os.windows_8.devices.hyperv.enabled.value = false # Windows8x64(21, OsType.Windows, true), os.windows_8x64.id.value = 21 @@ -259,6 +260,7 @@ os.windows_8x64.devices.display.protocols.value = vnc/cirrus os.windows_8x64.resources.maximum.ram.value = 524288 os.windows_8x64.cpu.unsupported.value = conroe, opteron_g1 +os.windows_8x64.devices.hyperv.enabled.value = false # Windows2012x64(23, OsType.Windows, true); os.windows_2012x64.id.value = 23 @@ -269,6 +271,10 @@ os.windows_2012x64.devices.display.protocols.value = vnc/cirrus os.windows_2012x64.resources.maximum.ram.value = 4194304 os.windows_2012x64.cpu.unsupported.value = conroe, opteron_g1 +os.windows_2012x64.devices.hyperv.enabled.value = false + +# please disable hyperv for all windowses >= 2008/2012 until +# rhbz#1063124 is solved #Suse os.sles_11.id.value = 1193 -- To view, visit http://gerrit.ovirt.org/36648 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I114863dad9b03debd7d87d4d8ebd31a02e0d4d84 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Francesco Romani <from...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches