commit | d14d42f19bf3dcef5c81ec2324843121f552a6fc | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Sep 03 20:12:07 2013 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Sep 10 19:11:28 2013 +0100 |
tree | e0a1cfeb24dfe19a2405baf15b07ec3857bfc832 | |
parent | eaed129deaea393640cf6bff006cd5cec3b38d8f [diff] |
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