]> git.proxmox.com Git - qemu.git/commit
target-arm: Add new AArch64CPUInfo base class and subclasses
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Sep 2013 19:12:07 +0000 (20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:28 +0000 (19:11 +0100)
commitd14d42f19bf3dcef5c81ec2324843121f552a6fc
treee0a1cfeb24dfe19a2405baf15b07ec3857bfc832
parenteaed129deaea393640cf6bff006cd5cec3b38d8f
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
target-arm/Makefile.objs
target-arm/cpu-qom.h
target-arm/cpu64.c [new file with mode: 0644]