[PATCH v4 0/2] arm: enable MTE for QEMU + kvm

Cornelia Huck posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230111161317.52250-1-cohuck@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>
There is a newer version of this series
docs/system/arm/cpu-features.rst |  21 +++++
hw/arm/virt.c                    |   2 +-
target/arm/cpu.c                 |  18 ++---
target/arm/cpu.h                 |   1 +
target/arm/cpu64.c               | 133 +++++++++++++++++++++++++++++++
target/arm/internals.h           |   1 +
target/arm/kvm64.c               |   5 ++
target/arm/kvm_arm.h             |  12 +++
target/arm/monitor.c             |   1 +
tests/qtest/arm-cpu-features.c   |  76 ++++++++++++++++++
10 files changed, 257 insertions(+), 13 deletions(-)
[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
Posted by Cornelia Huck 1 year, 4 months ago
Here's another repost of my kvm/mte series; no substantial changes.

Changes v3->v4:
- rebase to current master
- tweak message when specifying "mte=on" for the virt machine for non-tcg
- added Thomas' ack for the qtests patch

Cornelia Huck (2):
  arm/kvm: add support for MTE
  qtests/arm: add some mte tests

 docs/system/arm/cpu-features.rst |  21 +++++
 hw/arm/virt.c                    |   2 +-
 target/arm/cpu.c                 |  18 ++---
 target/arm/cpu.h                 |   1 +
 target/arm/cpu64.c               | 133 +++++++++++++++++++++++++++++++
 target/arm/internals.h           |   1 +
 target/arm/kvm64.c               |   5 ++
 target/arm/kvm_arm.h             |  12 +++
 target/arm/monitor.c             |   1 +
 tests/qtest/arm-cpu-features.c   |  76 ++++++++++++++++++
 10 files changed, 257 insertions(+), 13 deletions(-)

-- 
2.39.0