Re: [RFC PATCH-for-10.1 02/19] qemu: Convert target_name() to TargetInfo API

2025-04-04 Thread Pierrick Bouvier
On 4/3/25 16:48, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h | 2 -- include/qemu/target_info-impl.h | 3 +++ include/qemu/target_info.h | 2 ++ cpu-target.c| 5 - hw/core/machine-qmp-cmds.c | 1 +

[RFC PATCH-for-10.1 02/19] qemu: Convert target_name() to TargetInfo API

2025-04-03 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h | 2 -- include/qemu/target_info-impl.h | 3 +++ include/qemu/target_info.h | 2 ++ cpu-target.c| 5 - hw/core/machine-qmp-cmds.c | 1 + plugins/loader.c| 2 +- system/vl.c