Dan Kenigsberg has submitted this change and it was merged. Change subject: vm: hyperv: support more libvirt optimizations ......................................................................
vm: hyperv: support more libvirt optimizations This patch adds support for more of the libvirt optimizations for HyperV, the 'vapic' and 'spinlock' settings. The optimizations are both for stability and for performance, and they are added on top of the existing basic HyperV support. The parameters are hardcoded and not externally configurable because they are not supposed to be changed very often, if changed at all; moreover, this patch already implements the optimal recommended settings. Change-Id: Ia10cb4ce254b6e6f560c045aff9e68846fe4771f Bug-Url: https://bugzilla.redhat.com/1083529 Signed-off-by: Francesco Romani <[email protected]> Reviewed-on: https://gerrit.ovirt.org/29234 Reviewed-by: Martin Polednik <[email protected]> Reviewed-by: Michal Skrivanek <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M tests/vmTests.py M vdsm.spec.in M vdsm/virt/vmxml.py 3 files changed, 14 insertions(+), 6 deletions(-) Approvals: Dan Kenigsberg: Looks good to me, approved Francesco Romani: Verified Michal Skrivanek: Looks good to me, but someone else must approve Martin Polednik: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/29234 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia10cb4ce254b6e6f560c045aff9e68846fe4771f Gerrit-PatchSet: 14 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
