[libvirt] [PATCH 0/3] conf: qemu: support new Hyper-V enlightenments

Vitaly Kuznetsov posted 3 patches 5 years, 7 months ago
Failed in applying to current master (apply log)
Test syntax-check passed
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(-)
[libvirt] [PATCH 0/3] conf: qemu: support new Hyper-V enlightenments
Posted by Vitaly Kuznetsov 5 years, 7 months ago
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(-)

-- 
2.14.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/3] conf: qemu: support new Hyper-V enlightenments
Posted by Roman Kagan 5 years, 7 months ago
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.

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/3] conf: qemu: support new Hyper-V enlightenments
Posted by John Ferlan 5 years, 7 months ago

On 08/09/2018 09:14 AM, 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(-)
> 

Reviewed-by: John Ferlan <jferlan@redhat.com>
(series)

and pushed,

John

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