Re: [PATCH v9 0/3] target/arm: add support for FEAT_TLBIRANGE and FEAT_TLBIOS

2021-05-25 Thread Peter Maydell
On Wed, 12 May 2021 at 19:26, Rebecca Cran wrote: > > 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

Re: [PATCH v9 0/3] target/arm: add support for FEAT_TLBIRANGE and FEAT_TLBIOS

2021-05-12 Thread Rebecca Cran
On 5/12/21 1:32 PM, Alex Bennée wrote: But it's needed right? It's perfectly fine to pull someone elses patch into your series if it's needed for the review. The alternative is to add a "Based-on" tag to your cover letter so it's easy to find the patch or series we need to apply before yours.

Re: [PATCH v9 0/3] target/arm: add support for FEAT_TLBIRANGE and FEAT_TLBIOS

2021-05-12 Thread Alex Bennée
Rebecca Cran writes: > 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. But it's needed right? It's perfectly fine to pull someone

[PATCH v9 0/3] target/arm: add support for FEAT_TLBIRANGE and FEAT_TLBIOS

2021-05-12 Thread Rebecca Cran
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 e