Hi; this pull request has a couple of fixes for bugs in the Arm page-table-walk code, which arrived in the last day or so.
I'm sending this out now in the hope it might just sneak in before rc2 gets tagged, so the fixes can get more testing time before the 7.2 release; but if they don't make it then this should go into rc3. thanks -- PMM The following changes since commit 6d71357a3b651ec9db126e4862b77e13165427f5: rtl8139: honor large send MSS value (2022-11-21 09:28:43 -0500) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20221122 for you to fetch changes up to 15f8f4671afd22491ce99d28a296514717fead4f: target/arm: Use signed quantity to represent VMSAv8-64 translation level (2022-11-22 16:10:25 +0000) ---------------------------------------------------------------- target-arm: * Fix broken 5-level pagetable handling * Fix debug accesses when EL2 is present ---------------------------------------------------------------- Ard Biesheuvel (1): target/arm: Use signed quantity to represent VMSAv8-64 translation level Peter Maydell (1): target/arm: Don't do two-stage lookup if stage 2 is disabled target/arm/ptw.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)