[libvirt] [PATCH v3 0/6] conf: qemu: support new Hyper-V enlightenments in QEMU 3.1

Vitaly Kuznetsov posted 6 patches 5 years, 5 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20181114224608.30836-1-vkuznets@redhat.com
docs/formatdomain.html.in               | 32 ++++++++++++++++++-------
docs/news.xml                           |  9 +++++++
docs/schemas/domaincommon.rng           | 10 ++++++++
src/conf/domain_conf.c                  | 11 ++++++++-
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 ++
15 files changed, 77 insertions(+), 11 deletions(-)
[libvirt] [PATCH v3 0/6] conf: qemu: support new Hyper-V enlightenments in QEMU 3.1
Posted by Vitaly Kuznetsov 5 years, 5 months ago
The upcoming QEMU 3.1 release will bring us two new Hyper-V enlightenments:
hv_ipi and hv_evmcs. Support these in libvirt.

Changes since v2:
- Separate docs/news.xml hunks in their own PATCH6, squash both
  changes together [Andrea Bolognani]
- s/Qemu/QEMU/g + 'whitespate' typo [Andrea Bolognani]

Vitaly Kuznetsov (6):
  docs: remove extra whitespace from Hyper-V enlightenments options
  conf: add support for Hyper-V PV IPIs
  qemu: add support for Hyper-V PV IPIs
  conf: add support for Hyper-V Enlightened VMCS
  qemu: add support for Hyper-V Enlightened VMCS
  news: mention Hyper-V PV IPI and Enlightened VMCS support

 docs/formatdomain.html.in               | 32 ++++++++++++++++++-------
 docs/news.xml                           |  9 +++++++
 docs/schemas/domaincommon.rng           | 10 ++++++++
 src/conf/domain_conf.c                  | 11 ++++++++-
 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 ++
 15 files changed, 77 insertions(+), 11 deletions(-)

-- 
2.17.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v3 0/6] conf: qemu: support new Hyper-V enlightenments in QEMU 3.1
Posted by Andrea Bolognani 5 years, 5 months ago
On Wed, 2018-11-14 at 23:46 +0100, Vitaly Kuznetsov wrote:
> The upcoming QEMU 3.1 release will bring us two new Hyper-V enlightenments:
> hv_ipi and hv_evmcs. Support these in libvirt.
> 
> Changes since v2:
> - Separate docs/news.xml hunks in their own PATCH6, squash both
>   changes together [Andrea Bolognani]
> - s/Qemu/QEMU/g + 'whitespate' typo [Andrea Bolognani]
> 
> Vitaly Kuznetsov (6):
>   docs: remove extra whitespace from Hyper-V enlightenments options
>   conf: add support for Hyper-V PV IPIs
>   qemu: add support for Hyper-V PV IPIs
>   conf: add support for Hyper-V Enlightened VMCS
>   qemu: add support for Hyper-V Enlightened VMCS
>   news: mention Hyper-V PV IPI and Enlightened VMCS support
> 
>  docs/formatdomain.html.in               | 32 ++++++++++++++++++-------
>  docs/news.xml                           |  9 +++++++
>  docs/schemas/domaincommon.rng           | 10 ++++++++
>  src/conf/domain_conf.c                  | 11 ++++++++-
>  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 ++
>  15 files changed, 77 insertions(+), 11 deletions(-)

Series

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

and pushed. Thanks for your contribution :)

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list