On 4/22/25 07:54, Philippe Mathieu-Daudé wrote:
Define the TYPE_TARGET_ARM_MACHINE and TYPE_TARGET_AARCH64_MACHINE
QOM interface names to allow machines to implement them.
Register these interfaces in common code in target_info-qom.c used
by all binaries because QOM interfaces must be registered before
being checked (see next commit with the 'none' machine).
Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
Reviewed-by: Pierrick Bouvier<pierrick.bouv...@linaro.org>
---
include/hw/arm/machines-qom.h | 18 ++++++++++++++++++
target-info-qom.c | 9 +++++++++
2 files changed, 27 insertions(+)
create mode 100644 include/hw/arm/machines-qom.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~