[libvirt] [PATCH 0/2] add support for kvm-hint-dedicated performance hint

Menno Lageman menno.lageman at oracle.com
Fri Aug 9 15:19:15 UTC 2019


QEMU version 2.12.1 introduced a performance feature under commit
be7773268d98 ("target-i386: add KVM_HINTS_DEDICATED performance hint")

This patch adds a new KVM feature 'hint-dedicated' to set this performance
hint for KVM guests.

Wim ten Have (2):
  qemu: support for kvm-hint-dedicated performance hint
  tests: add tests for kvm-hint-dedicated feature

 docs/formatdomain.html.in                     |  7 +++++++
 docs/schemas/domaincommon.rng                 |  5 +++++
 src/conf/domain_conf.c                        |  4 ++++
 src/conf/domain_conf.h                        |  1 +
 src/qemu/qemu_command.c                       | 13 +++++++++++++
 tests/qemuxml2argvdata/kvm-features-off.xml   |  1 +
 tests/qemuxml2argvdata/kvm-features.args      |  4 ++--
 tests/qemuxml2argvdata/kvm-features.xml       |  4 +++-
 tests/qemuxml2xmloutdata/kvm-features-off.xml |  1 +
 tests/qemuxml2xmloutdata/kvm-features.xml     |  4 +++-
 10 files changed, 40 insertions(+), 4 deletions(-)

-- 
2.21.0




More information about the libvir-list mailing list