Re: [PATCH 1/2] target/arm: Extend arm_pamax to more than aarch64

2022-06-24 Thread Peter Maydell
On Sun, 19 Jun 2022 at 01:16, Richard Henderson wrote: > > Move the code from hw/arm/virt.c that is supposed > to handle v7 into the one function. > > Signed-off-by: Richard Henderson > --- > hw/arm/virt.c| 10 +- > target/arm/ptw.c | 24 Reviewed-by: Peter M

[PATCH 1/2] target/arm: Extend arm_pamax to more than aarch64

2022-06-18 Thread Richard Henderson
Move the code from hw/arm/virt.c that is supposed to handle v7 into the one function. Signed-off-by: Richard Henderson --- hw/arm/virt.c| 10 +- target/arm/ptw.c | 24 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/hw/arm/virt.c b/hw/arm/vir