Yaniv Bronhaim has submitted this change and it was merged. Change subject: vm: hyperv: initial windows hyperv support ......................................................................
vm: hyperv: initial windows hyperv support This patch adds explicit support for hyperv optimizations. The optimizations are both for stability and for performance. Engine, or any other client, can enable them by supplying a new optional parameter 'hyperVenable' in the Vm parameters at creation time. As default, the new settings are disabled for backward compatibility. The parameters are hardcoded and not externally configurable because they are not supposed to be changed very often, if changed at all; moreover, we implement the optimal recommended settings. Change-Id: I28ea1d5adeda07798255484209e1a1d92c2c2bc5 Bug-Url: https://bugzilla.redhat.com/1110305 Signed-off-by: Francesco Romani <[email protected]> Reviewed-on: http://gerrit.ovirt.org/27619 Reviewed-by: Vinzenz Feenstra <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/30254 Reviewed-by: Michal Skrivanek <[email protected]> --- M tests/vmTests.py M vdsm/rpc/vdsmapi-schema.json M vdsm/virt/vm.py 3 files changed, 46 insertions(+), 4 deletions(-) Approvals: Dan Kenigsberg: Looks good to me, approved Francesco Romani: Verified Michal Skrivanek: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/30254 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I28ea1d5adeda07798255484209e1a1d92c2c2bc5 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
