[libvirt] [PATCH 0/2] conf: qemu: support new Hyper-V enlightenments in Qemu-3.1

Vitaly Kuznetsov vkuznets at redhat.com
Tue Nov 13 17:53:07 UTC 2018


The upcoming Qemu-3.1 release will bring us two new Hyper-V enlightenments:
hv_ipi and hv_evmcs. Support these in libvirt.

Vitaly Kuznetsov (2):
  conf: qemu: add support for Hyper-V PV IPIs
  conf: qemu: add support for Hyper-V Enlightened VMCS

 docs/formatdomain.html.in               | 14 ++++++++++++++
 docs/schemas/domaincommon.rng           | 10 ++++++++++
 src/conf/domain_conf.c                  | 10 +++++++++-
 src/conf/domain_conf.h                  |  2 ++
 src/cpu/cpu_x86.c                       |  6 ++++++
 src/cpu/cpu_x86_data.h                  |  2 ++
 src/qemu/qemu_command.c                 |  2 ++
 src/qemu/qemu_parse_command.c           |  2 ++
 src/qemu/qemu_process.c                 |  2 ++
 tests/qemuxml2argvdata/hyperv-off.xml   |  2 ++
 tests/qemuxml2argvdata/hyperv.args      |  2 +-
 tests/qemuxml2argvdata/hyperv.xml       |  2 ++
 tests/qemuxml2xmloutdata/hyperv-off.xml |  2 ++
 tests/qemuxml2xmloutdata/hyperv.xml     |  2 ++
 14 files changed, 58 insertions(+), 2 deletions(-)

-- 
2.17.2




More information about the libvir-list mailing list