Re: [PATCH 1/6] target/arm: Move '-cpu host' code to cpu64.c

2022-02-05 Thread Richard Henderson
On 2/5/22 03:55, Peter Maydell wrote: Now that KVM has dropped AArch32 host support, the 'host' CPU type is always AArch64, and we can move it to cpu64.c. This move will allow us to share code between it and '-cpu max', which should behave the same as '-cpu host' when using KVM or HVF. Signed-o

[PATCH 1/6] target/arm: Move '-cpu host' code to cpu64.c

2022-02-04 Thread Peter Maydell
Now that KVM has dropped AArch32 host support, the 'host' CPU type is always AArch64, and we can move it to cpu64.c. This move will allow us to share code between it and '-cpu max', which should behave the same as '-cpu host' when using KVM or HVF. Signed-off-by: Peter Maydell --- target/arm/cp