commit | c8c8c76117bef4d71ab06a715697018ff9039d85 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 14 15:18:09 2025 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Mar 17 10:53:10 2025 +0000 |
tree | 3ed7398f812b630290ebfda748f093c0884da785 | |
parent | 79f414a9a64005e8551db5ccd895863f445c159c [diff] |
target/arm: Remove TYPE_AARCH64_CPU The TYPE_AARCH64_CPU class is an abstract type that is the parent of all the AArch64 CPUs. It now has no special behaviour of its own, so we can eliminate it and make the AArch64 CPUs directly inherit from TYPE_ARM_CPU. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>