On 17/3/25 15:28, Peter Maydell wrote:
This patchseries removes TYPE_AARCH64_CPU so that all CPUs, both AArch32 and AArch64, directly inherit from TYPE_ARM_CPU.
Peter Maydell (9): core/cpu.h: gdb_arch_name string should not be freed gdbstub: Allow gdb_core_xml_file to be set at runtime target/arm: Handle AArch64 in TYPE_ARM_CPU gdb_arch_name target/arm: Handle gdb_core_xml_file in TYPE_ARM_CPU target/arm: Handle AArch64 gdb read/write regs in TYPE_ARM_CPU target/arm: Present AArch64 gdbstub based on ARM_FEATURE_AARCH64 target/arm: Move aarch64 CPU property code to TYPE_ARM_CPU target/arm/kvm: don't check TYPE_AARCH64_CPU target/arm: Remove TYPE_AARCH64_CPU
Series queued, thanks!