[libvirt PATCH 0/4] Revert MTE support

Andrea Bolognani posted 4 patches 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230522080744.38527-1-abologna@redhat.com
docs/formatdomain.rst                         |  7 -----
src/conf/domain_conf.c                        |  6 +----
src/conf/domain_conf.h                        |  1 -
src/conf/schemas/domaincommon.rng             |  5 ----
src/qemu/qemu_capabilities.c                  |  2 --
src/qemu/qemu_capabilities.h                  |  1 -
src/qemu/qemu_command.c                       |  6 -----
src/qemu/qemu_validate.c                      | 26 ++++++-------------
.../caps_5.2.0_aarch64.xml                    |  1 -
.../caps_6.0.0_aarch64.xml                    |  1 -
.../caps_6.2.0_aarch64.xml                    |  1 -
.../caps_7.0.0_aarch64+hvf.xml                |  1 -
.../caps_7.0.0_aarch64.xml                    |  1 -
tests/qemuxml2argvdata/aarch64-gic-v3.args    |  2 +-
tests/qemuxml2argvdata/aarch64-gic-v3.xml     |  1 -
.../aarch64-gic-v3.aarch64-latest.xml         |  1 -
16 files changed, 10 insertions(+), 53 deletions(-)
[libvirt PATCH 0/4] Revert MTE support
Posted by Andrea Bolognani 11 months ago
See the subthread starting at [1] for the rationale. The QEMU commit
that (temporarily) reverted KVM support is at [2].

[1] https://listman.redhat.com/archives/libvir-list/2023-May/239911.html
[2] https://gitlab.com/qemu-project/qemu/-/commit/d009607d08d22f91ca399b72828c6693855e7325

Andrea Bolognani (4):
  Revert "qemu: Generate command line for MTE feature"
  Revert "qemu: Validate MTE feature"
  Revert "qemu:: Introduce QEMU_CAPS_MACHINE_VIRT_MTE capability"
  Revert "conf: Introduce MTE domain feature"

 docs/formatdomain.rst                         |  7 -----
 src/conf/domain_conf.c                        |  6 +----
 src/conf/domain_conf.h                        |  1 -
 src/conf/schemas/domaincommon.rng             |  5 ----
 src/qemu/qemu_capabilities.c                  |  2 --
 src/qemu/qemu_capabilities.h                  |  1 -
 src/qemu/qemu_command.c                       |  6 -----
 src/qemu/qemu_validate.c                      | 26 ++++++-------------
 .../caps_5.2.0_aarch64.xml                    |  1 -
 .../caps_6.0.0_aarch64.xml                    |  1 -
 .../caps_6.2.0_aarch64.xml                    |  1 -
 .../caps_7.0.0_aarch64+hvf.xml                |  1 -
 .../caps_7.0.0_aarch64.xml                    |  1 -
 tests/qemuxml2argvdata/aarch64-gic-v3.args    |  2 +-
 tests/qemuxml2argvdata/aarch64-gic-v3.xml     |  1 -
 .../aarch64-gic-v3.aarch64-latest.xml         |  1 -
 16 files changed, 10 insertions(+), 53 deletions(-)

-- 
2.40.1
Re: [libvirt PATCH 0/4] Revert MTE support
Posted by Cornelia Huck 11 months ago
On Mon, May 22 2023, Andrea Bolognani <abologna@redhat.com> wrote:

> See the subthread starting at [1] for the rationale. The QEMU commit
> that (temporarily) reverted KVM support is at [2].
>
> [1] https://listman.redhat.com/archives/libvir-list/2023-May/239911.html
> [2] https://gitlab.com/qemu-project/qemu/-/commit/d009607d08d22f91ca399b72828c6693855e7325
>
> Andrea Bolognani (4):
>   Revert "qemu: Generate command line for MTE feature"
>   Revert "qemu: Validate MTE feature"
>   Revert "qemu:: Introduce QEMU_CAPS_MACHINE_VIRT_MTE capability"
>   Revert "conf: Introduce MTE domain feature"
>
>  docs/formatdomain.rst                         |  7 -----
>  src/conf/domain_conf.c                        |  6 +----
>  src/conf/domain_conf.h                        |  1 -
>  src/conf/schemas/domaincommon.rng             |  5 ----
>  src/qemu/qemu_capabilities.c                  |  2 --
>  src/qemu/qemu_capabilities.h                  |  1 -
>  src/qemu/qemu_command.c                       |  6 -----
>  src/qemu/qemu_validate.c                      | 26 ++++++-------------
>  .../caps_5.2.0_aarch64.xml                    |  1 -
>  .../caps_6.0.0_aarch64.xml                    |  1 -
>  .../caps_6.2.0_aarch64.xml                    |  1 -
>  .../caps_7.0.0_aarch64+hvf.xml                |  1 -
>  .../caps_7.0.0_aarch64.xml                    |  1 -
>  tests/qemuxml2argvdata/aarch64-gic-v3.args    |  2 +-
>  tests/qemuxml2argvdata/aarch64-gic-v3.xml     |  1 -
>  .../aarch64-gic-v3.aarch64-latest.xml         |  1 -
>  16 files changed, 10 insertions(+), 53 deletions(-)

FWIW,
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Re: [libvirt PATCH 0/4] Revert MTE support
Posted by Ján Tomko 11 months ago
On a Monday in 2023, Andrea Bolognani wrote:
>See the subthread starting at [1] for the rationale. The QEMU commit
>that (temporarily) reverted KVM support is at [2].
>
>[1] https://listman.redhat.com/archives/libvir-list/2023-May/239911.html
>[2] https://gitlab.com/qemu-project/qemu/-/commit/d009607d08d22f91ca399b72828c6693855e7325
>
>Andrea Bolognani (4):
>  Revert "qemu: Generate command line for MTE feature"
>  Revert "qemu: Validate MTE feature"
>  Revert "qemu:: Introduce QEMU_CAPS_MACHINE_VIRT_MTE capability"
>  Revert "conf: Introduce MTE domain feature"
>
> docs/formatdomain.rst                         |  7 -----
> src/conf/domain_conf.c                        |  6 +----
> src/conf/domain_conf.h                        |  1 -
> src/conf/schemas/domaincommon.rng             |  5 ----
> src/qemu/qemu_capabilities.c                  |  2 --
> src/qemu/qemu_capabilities.h                  |  1 -
> src/qemu/qemu_command.c                       |  6 -----
> src/qemu/qemu_validate.c                      | 26 ++++++-------------
> .../caps_5.2.0_aarch64.xml                    |  1 -
> .../caps_6.0.0_aarch64.xml                    |  1 -
> .../caps_6.2.0_aarch64.xml                    |  1 -
> .../caps_7.0.0_aarch64+hvf.xml                |  1 -
> .../caps_7.0.0_aarch64.xml                    |  1 -
> tests/qemuxml2argvdata/aarch64-gic-v3.args    |  2 +-
> tests/qemuxml2argvdata/aarch64-gic-v3.xml     |  1 -
> .../aarch64-gic-v3.aarch64-latest.xml         |  1 -
> 16 files changed, 10 insertions(+), 53 deletions(-)
>

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

Jano