On 3/2/26 12:56, Anton Johansson wrote:
Clarifies current CPU model names, assuming 32-bit HPPA runs a PA-7300LC
whereas 64-bit runs a PA-8700. The PA-8500 model is added, which will
later be used by the A400 machine. All CPU models are made into children
of the now abstract TYPE_HPPA_CPU base class.
References to "hppa/hppa64" models in test cases are also updated.
Signed-off-by: Anton Johansson <[email protected]>
---
target/hppa/cpu-qom.h | 8 +++++++-
hw/hppa/machine.c | 21 +++++++++++++--------
linux-user/hppa/elfload.c | 2 +-
target/hppa/cpu.c | 25 ++++++++++++++++++++-----
tests/qtest/machine-none-test.c | 2 +-
5 files changed, 42 insertions(+), 16 deletions(-)
Reviewed-by: Helge Deller <[email protected]>