mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
target-arm: Add new AArch64CPUInfo base class and subclasses
Create a new AArch64CPU class; all 64-bit capable ARM CPUs are subclasses of this. (Currently we only support one, the "any" CPU used by linux-user.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1378235544-22290-8-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
eaed129dea
commit
d14d42f19b
3 changed files with 124 additions and 0 deletions
|
@ -5,3 +5,4 @@ obj-$(CONFIG_NO_KVM) += kvm-stub.o
|
|||
obj-y += translate.o op_helper.o helper.o cpu.o
|
||||
obj-y += neon_helper.o iwmmxt_helper.o
|
||||
obj-y += gdbstub.o
|
||||
obj-$(TARGET_AARCH64) += cpu64.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue