Tal Nisan has submitted this change and it was merged.
Change subject: core: enable hyperv optimization on windows
......................................................................
core: enable hyperv optimization on windows
On VDSM side, we are catching-up with HyperV
enligthenment support and recommended settings.
Some of them are grouped under the 'hypervEnable'
toggle and it is required to be explicitely enable
for various reasons, the first one is they may be not
completely transparent to not-windows guests.
This patch automaticcaly enables these optimizations
for windows guests.
Change-Id: I01d50a539347211a6729cfb86922d60a6244d495
Bug-Url:
https://bugzilla.redhat.com/1110305
Relates-To:
https://bugzilla.redhat.com/1107835
Relates-To:
https://bugzilla.redhat.com/1083529
Signed-off-by: Francesco Romani <fromani(a)redhat.com>
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/osinfo/OsRepository.java
M
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/OsRepositoryImpl.java
M
backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/OsRepositoryImplTest.java
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsProperties.java
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilderBase.java
M packaging/conf/osinfo-defaults.properties
6 files changed, 29 insertions(+), 0 deletions(-)
Approvals:
Francesco Romani: Verified
Roy Golan: Looks good to me, approved
Michal Skrivanek: Looks good to me, but someone else must approve
--
To view, visit
http://gerrit.ovirt.org/30188
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I01d50a539347211a6729cfb86922d60a6244d495
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Francesco Romani <fromani(a)redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani(a)redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server