On Thu, Aug 09, 2018 at 03:14:18PM +0200, Vitaly Kuznetsov wrote:
Several new Hyper-V enlightenments were recently added to Qemu:
- hv-frequencies
- hv-reenlightenment
- hv-tlbflush
Support these in libvirt.
Vitaly Kuznetsov (3):
conf: qemu: add support for Hyper-V frequency MSRs
conf: qemu: add support for Hyper-V reenlightenment notifications
conf: qemu: add support for Hyper-V PV TLB flush
docs/formatdomain.html.in | 21 +++++++++++++++++++++
docs/schemas/domaincommon.rng | 15 +++++++++++++++
src/conf/domain_conf.c | 14 +++++++++++++-
src/conf/domain_conf.h | 3 +++
src/cpu/cpu_x86.c | 9 +++++++++
src/cpu/cpu_x86_data.h | 3 +++
src/qemu/qemu_command.c | 3 +++
src/qemu/qemu_parse_command.c | 3 +++
src/qemu/qemu_process.c | 3 +++
tests/qemuxml2argvdata/hyperv-off.xml | 3 +++
tests/qemuxml2argvdata/hyperv.args | 3 ++-
tests/qemuxml2argvdata/hyperv.xml | 3 +++
tests/qemuxml2xmloutdata/hyperv-off.xml | 3 +++
tests/qemuxml2xmloutdata/hyperv.xml | 3 +++
14 files changed, 87 insertions(+), 2 deletions(-)
Bringing this to the attention of our libvirt guru...
Roman.