Francesco Romani has uploaded a new change for review.

Change subject: core: osinfo: blacklist hyperv support
......................................................................

core: osinfo: blacklist 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/77/36677/1

diff --git a/packaging/conf/osinfo-defaults.properties 
b/packaging/conf/osinfo-defaults.properties
index 84c65fc..34e5894 100644
--- a/packaging/conf/osinfo-defaults.properties
+++ b/packaging/conf/osinfo-defaults.properties
@@ -260,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
@@ -270,6 +271,11 @@
 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.
+# See rhbz#1163828 for context and impact on oVirt.
 
 #Suse
 os.sles_11.id.value = 1193


-- 
To view, visit http://gerrit.ovirt.org/36677
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I114863dad9b03debd7d87d4d8ebd31a02e0d4d84
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Francesco Romani <from...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to