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

Anthony Harivel posted 1 patch 10 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250212153648.77532-1-aharivel@redhat.com
There is a newer version of this series
docs/formatdomain.rst                          |  2 ++
src/conf/domain_conf.c                         | 18 ++++++++++++++++++
src/conf/domain_conf.h                         |  2 ++
src/conf/schemas/domaincommon.rng              | 10 ++++++++++
src/qemu/qemu_command.c                        | 12 ++++++++++++
tests/qemuxmlconfdata/kvm-features-off.xml     |  1 +
.../kvm-features.x86_64-latest.args            |  2 +-
tests/qemuxmlconfdata/kvm-features.xml         |  1 +
8 files changed, 47 insertions(+), 1 deletion(-)
[PATCH v3 0/1] add RAPL feature in libvirt
Posted by Anthony Harivel 10 months, 1 week ago
Hi,

Since Fedora 41, RAPL feature in QEMU is available.
The tested version with this patch is: qemu-9.1.2-2.fc41.

Incorporating this feature into libvirt would significantly streamline 
the process of testing, adopting, and further developing it, thereby 
enhancing overall productivity and user experience.

Thank you for your consideration.

Anthony

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

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

-- 
2.48.1