qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/3] target/arm: add support for FEAT_TLBIRANGE and FEAT_TLBIOS
@ 2021-05-12 18:23 Rebecca Cran
  2021-05-12 18:23 ` [PATCH v9 1/3] target/arm: Add support for FEAT_TLBIRANGE Rebecca Cran
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Rebecca Cran @ 2021-05-12 18:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: Rebecca Cran, Richard Henderson, qemu-arm

Testing: booted Linux 5.12. Ran "make test" and checkpatch.pl.

Changes from v8 to v9:

Dropped patch 1/4, because Richard's 
'accel/tcg: Add tlb_flush interface for a range of pages'
patch replaces it.

Fixed page_shift calculation.

Added do_rvae_write and vae2_tlbmask functions.

Moved RVAE*OS entries from the tlbios to tlbirange table.

Rebecca Cran (3):
  target/arm: Add support for FEAT_TLBIRANGE
  target/arm: Add support for FEAT_TLBIOS
  target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type

 target/arm/cpu.h    |  10 +
 target/arm/cpu64.c  |   1 +
 target/arm/helper.c | 324 ++++++++++++++++++++
 3 files changed, 335 insertions(+)

-- 
2.26.2



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

end of thread, other threads:[~2021-05-25 14:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12 18:23 [PATCH v9 0/3] target/arm: add support for FEAT_TLBIRANGE and FEAT_TLBIOS Rebecca Cran
2021-05-12 18:23 ` [PATCH v9 1/3] target/arm: Add support for FEAT_TLBIRANGE Rebecca Cran
2021-05-14  4:17   ` Richard Henderson
2021-05-12 18:23 ` [PATCH v9 2/3] target/arm: Add support for FEAT_TLBIOS Rebecca Cran
2021-05-14  4:19   ` Richard Henderson
2021-05-12 18:23 ` [PATCH v9 3/3] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type Rebecca Cran
2021-05-12 19:32 ` [PATCH v9 0/3] target/arm: add support for FEAT_TLBIRANGE and FEAT_TLBIOS Alex Bennée
2021-05-12 19:49   ` Rebecca Cran
2021-05-25 14:32 ` Peter Maydell

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).