qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] arm: enable MTE for QEMU + kvm
@ 2023-02-28 15:02 Cornelia Huck
  2023-02-28 15:02 ` [PATCH v6 1/2] arm/kvm: add support for MTE Cornelia Huck
  2023-02-28 15:02 ` [PATCH v6 2/2] qtests/arm: add some mte tests Cornelia Huck
  0 siblings, 2 replies; 17+ messages in thread
From: Cornelia Huck @ 2023-02-28 15:02 UTC (permalink / raw)
  To: Peter Maydell, Thomas Huth, Laurent Vivier
  Cc: qemu-arm, qemu-devel, kvm, Eric Auger, Dr. David Alan Gilbert,
	Juan Quintela, Gavin Shan, Philippe Mathieu-Daudé,
	Richard Henderson, Cornelia Huck

Another respin of my kvm mte series; again, tested via check + check-tcg
and on FVP.

Changes v5->v6:
- "arm/virt: don't try to spell out the accelerator" has been merged
- some more reordering of the enable_mte logic
- added more explanations
- rebase to current master

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               | 110 +++++++++++++++++++++++++++++++
 target/arm/internals.h           |   1 +
 target/arm/kvm.c                 |  29 ++++++++
 target/arm/kvm64.c               |   5 ++
 target/arm/kvm_arm.h             |  19 ++++++
 target/arm/monitor.c             |   1 +
 tests/qtest/arm-cpu-features.c   |  80 ++++++++++++++++++++++
 11 files changed, 274 insertions(+), 13 deletions(-)

-- 
2.39.2



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-03-07 17:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-28 15:02 [PATCH v6 0/2] arm: enable MTE for QEMU + kvm Cornelia Huck
2023-02-28 15:02 ` [PATCH v6 1/2] arm/kvm: add support for MTE Cornelia Huck
2023-02-28 17:34   ` Andrea Bolognani
2023-03-01 10:17     ` Cornelia Huck
2023-03-01 13:51       ` Andrea Bolognani
2023-03-01 14:15         ` Cornelia Huck
2023-03-01 14:54           ` Andrea Bolognani
2023-03-02 13:26             ` Cornelia Huck
2023-03-02 13:39               ` Andrea Bolognani
2023-03-02 13:46           ` Peter Maydell
2023-03-02 14:28             ` Cornelia Huck
2023-03-02 16:00               ` Peter Maydell
2023-03-03 16:30                 ` Cornelia Huck
2023-03-07 17:05                 ` Cornelia Huck
2023-03-03 16:11   ` Peter Maydell
2023-03-03 16:18     ` Cornelia Huck
2023-02-28 15:02 ` [PATCH v6 2/2] qtests/arm: add some mte tests Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).