qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v11 05/13] target/arm: Move 64-bit TCG CPUs into tcg/


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v11 05/13] target/arm: Move 64-bit TCG CPUs into tcg/
Date: Fri, 28 Apr 2023 23:38:23 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 26/4/23 20:00, Fabiano Rosas wrote:
Move the 64-bit CPUs that are TCG-only:
- cortex-a35
- cortex-a55
- cortex-a72
- cortex-a76
- a64fx
- neoverse-n1

Keep the CPUs that can be used with KVM:
- cortex-a57
- cortex-a53
- max
- host

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
---
  hw/arm/virt.c              |   6 +-
  target/arm/cpu64.c         | 687 +----------------------------------
  target/arm/internals.h     |   4 +
  target/arm/tcg/cpu64.c     | 723 +++++++++++++++++++++++++++++++++++++
  target/arm/tcg/meson.build |   1 +
  5 files changed, 735 insertions(+), 686 deletions(-)
  create mode 100644 target/arm/tcg/cpu64.c

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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