[PATCH 0/2] Add more hyperv tlbflush features

Martin Kletzander posted 2 patches 1 day, 4 hours ago
docs/formatdomain.rst                         | 13 ++++++----
src/conf/domain_conf.c                        | 26 ++++++++++++++++++-
src/conf/domain_conf.h                        |  2 ++
src/conf/schemas/domaincommon.rng             | 21 ++++++++++++++-
src/cpu/cpu_x86.c                             |  7 +++++
src/cpu/cpu_x86_data.h                        |  2 ++
src/qemu/qemu_command.c                       |  6 +++++
src/qemu/qemu_process.c                       | 24 +++++++++++++++++
.../qemuxmlconfdata/hyperv.x86_64-latest.args |  2 +-
tests/qemuxmlconfdata/hyperv.xml              |  5 +++-
10 files changed, 99 insertions(+), 9 deletions(-)
[PATCH 0/2] Add more hyperv tlbflush features
Posted by Martin Kletzander 1 day, 4 hours ago
That's about it...

Martin Kletzander (2):
  conf, docs: Add support for direct and extended tlbflush features
  qemu: Add support for direct and extended tlbflush features

 docs/formatdomain.rst                         | 13 ++++++----
 src/conf/domain_conf.c                        | 26 ++++++++++++++++++-
 src/conf/domain_conf.h                        |  2 ++
 src/conf/schemas/domaincommon.rng             | 21 ++++++++++++++-
 src/cpu/cpu_x86.c                             |  7 +++++
 src/cpu/cpu_x86_data.h                        |  2 ++
 src/qemu/qemu_command.c                       |  6 +++++
 src/qemu/qemu_process.c                       | 24 +++++++++++++++++
 .../qemuxmlconfdata/hyperv.x86_64-latest.args |  2 +-
 tests/qemuxmlconfdata/hyperv.xml              |  5 +++-
 10 files changed, 99 insertions(+), 9 deletions(-)

-- 
2.47.1
Re: [PATCH 0/2] Add more hyperv tlbflush features
Posted by Michal Prívozník 1 day ago
On 12/20/24 12:34, Martin Kletzander wrote:
> That's about it...
> 
> Martin Kletzander (2):
>   conf, docs: Add support for direct and extended tlbflush features
>   qemu: Add support for direct and extended tlbflush features
> 
>  docs/formatdomain.rst                         | 13 ++++++----
>  src/conf/domain_conf.c                        | 26 ++++++++++++++++++-
>  src/conf/domain_conf.h                        |  2 ++
>  src/conf/schemas/domaincommon.rng             | 21 ++++++++++++++-
>  src/cpu/cpu_x86.c                             |  7 +++++
>  src/cpu/cpu_x86_data.h                        |  2 ++
>  src/qemu/qemu_command.c                       |  6 +++++
>  src/qemu/qemu_process.c                       | 24 +++++++++++++++++
>  .../qemuxmlconfdata/hyperv.x86_64-latest.args |  2 +-
>  tests/qemuxmlconfdata/hyperv.xml              |  5 +++-
>  10 files changed, 99 insertions(+), 9 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal