qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH 1/6] target/arm: Move '-cpu host' code to cpu64.c
Date: Sun, 6 Feb 2022 11:11:04 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

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-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/cpu.c   | 30 ------------------------------
  target/arm/cpu64.c | 30 ++++++++++++++++++++++++++++++
  2 files changed, 30 insertions(+), 30 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]