[PATCH 0/4] Add support for 'hv-avic' hyperv enlightenment

Peter Krempa posted 4 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1667912490.git.pkrempa@redhat.com
docs/formatdomain.rst                            | 1 +
src/conf/domain_conf.c                           | 7 +++++--
src/conf/domain_conf.h                           | 1 +
src/conf/schemas/domaincommon.rng                | 5 +++++
src/cpu/cpu_x86.c                                | 9 +++++++--
src/cpu/cpu_x86_data.h                           | 1 +
src/qemu/qemu_command.c                          | 1 +
src/qemu/qemu_process.c                          | 1 +
tests/qemuxml2argvdata/hyperv.x86_64-latest.args | 2 +-
tests/qemuxml2argvdata/hyperv.xml                | 1 +
tests/qemuxml2xmloutdata/hyperv.xml              | 1 +
11 files changed, 25 insertions(+), 5 deletions(-)
[PATCH 0/4] Add support for 'hv-avic' hyperv enlightenment
Posted by Peter Krempa 1 year, 5 months ago
Peter Krempa (4):
  conf: virDomainDefFormatFeatures: Realign line
  cpu: x86: Group and order hyperv enlightenment features by leaf and
    register
  cpu: x86: Introduce the 'hv-avic' feature
  conf: Introduce support for 'hv-avic' Hyper-V enlightenment

 docs/formatdomain.rst                            | 1 +
 src/conf/domain_conf.c                           | 7 +++++--
 src/conf/domain_conf.h                           | 1 +
 src/conf/schemas/domaincommon.rng                | 5 +++++
 src/cpu/cpu_x86.c                                | 9 +++++++--
 src/cpu/cpu_x86_data.h                           | 1 +
 src/qemu/qemu_command.c                          | 1 +
 src/qemu/qemu_process.c                          | 1 +
 tests/qemuxml2argvdata/hyperv.x86_64-latest.args | 2 +-
 tests/qemuxml2argvdata/hyperv.xml                | 1 +
 tests/qemuxml2xmloutdata/hyperv.xml              | 1 +
 11 files changed, 25 insertions(+), 5 deletions(-)

-- 
2.37.3
Re: [PATCH 0/4] Add support for 'hv-avic' hyperv enlightenment
Posted by Ján Tomko 1 year, 5 months ago
On a Tuesday in 2022, Peter Krempa wrote:
>Peter Krempa (4):
>  conf: virDomainDefFormatFeatures: Realign line
>  cpu: x86: Group and order hyperv enlightenment features by leaf and
>    register
>  cpu: x86: Introduce the 'hv-avic' feature
>  conf: Introduce support for 'hv-avic' Hyper-V enlightenment
>
> docs/formatdomain.rst                            | 1 +
> src/conf/domain_conf.c                           | 7 +++++--
> src/conf/domain_conf.h                           | 1 +
> src/conf/schemas/domaincommon.rng                | 5 +++++
> src/cpu/cpu_x86.c                                | 9 +++++++--
> src/cpu/cpu_x86_data.h                           | 1 +
> src/qemu/qemu_command.c                          | 1 +
> src/qemu/qemu_process.c                          | 1 +
> tests/qemuxml2argvdata/hyperv.x86_64-latest.args | 2 +-
> tests/qemuxml2argvdata/hyperv.xml                | 1 +
> tests/qemuxml2xmloutdata/hyperv.xml              | 1 +
> 11 files changed, 25 insertions(+), 5 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano