[PATCH v4 0/1] add RAPL feature in libvirt

Anthony Harivel posted 1 patch 5 days, 18 hours ago
docs/formatdomain.rst                          | 15 +++++++++++++++
src/conf/domain_conf.c                         | 18 ++++++++++++++++++
src/conf/domain_conf.h                         |  2 ++
src/conf/schemas/domaincommon.rng              | 10 ++++++++++
src/qemu/qemu_command.c                        |  9 +++++++++
tests/qemuxmlconfdata/kvm-features-off.xml     |  1 +
.../kvm-features.x86_64-latest.args            |  2 +-
tests/qemuxmlconfdata/kvm-features.xml         |  1 +
8 files changed, 57 insertions(+), 1 deletion(-)
[PATCH v4 0/1] add RAPL feature in libvirt
Posted by Anthony Harivel 5 days, 18 hours ago
Hi,

The enhancement in this new version based on last feedback are:

* add more documentation on limitation of the feature
* no more double check of the vmsr socket, once is enough
* virQEMUBuildBufferEscapeComma() is used for user input Path

Because there is no garantie at the moment that the helper will be one 
day managed by libvirt, I decided not adding any preparation about this 
to avoid any confusion but add more documentation.

If the helper is managed in libvirt, the patch introducing it will also 
add the necessary API like mention on the previous review (i.e 
mode='unmanaged').

Thanks
Anthony


Anthony Harivel (1):
  qemu: Add support for RAPL MSRs feature

 docs/formatdomain.rst                          | 15 +++++++++++++++
 src/conf/domain_conf.c                         | 18 ++++++++++++++++++
 src/conf/domain_conf.h                         |  2 ++
 src/conf/schemas/domaincommon.rng              | 10 ++++++++++
 src/qemu/qemu_command.c                        |  9 +++++++++
 tests/qemuxmlconfdata/kvm-features-off.xml     |  1 +
 .../kvm-features.x86_64-latest.args            |  2 +-
 tests/qemuxmlconfdata/kvm-features.xml         |  1 +
 8 files changed, 57 insertions(+), 1 deletion(-)

-- 
2.48.1