Re: [RFC PATCH 10/11] qemu: Introduce qemu_arch_name() helper

2025-03-05 Thread Daniel P . Berrangé
On Wed, Mar 05, 2025 at 01:52:24AM +0100, Philippe Mathieu-Daudé wrote: > Introduce a generic helper to get the target name of a QemuArchBit. > (This will be used for single / heterogeneous binaries). > Use it in target_name(), removing the last use of the TARGET_NAME > definition. > > Signed-off-

Re: [RFC PATCH 10/11] qemu: Introduce qemu_arch_name() helper

2025-03-04 Thread Richard Henderson
On 3/4/25 16:52, Philippe Mathieu-Daudé wrote: Introduce a generic helper to get the target name of a QemuArchBit. (This will be used for single / heterogeneous binaries). Use it in target_name(), removing the last use of the TARGET_NAME definition. Signed-off-by: Philippe Mathieu-Daudé --- i

Re: [RFC PATCH 10/11] qemu: Introduce qemu_arch_name() helper

2025-03-04 Thread BALATON Zoltan
On Wed, 5 Mar 2025, Philippe Mathieu-Daudé wrote: On 5/3/25 02:32, BALATON Zoltan wrote: On Wed, 5 Mar 2025, Philippe Mathieu-Daudé wrote: Introduce a generic helper to get the target name of a QemuArchBit. (This will be used for single / heterogeneous binaries). Use it in target_name(), removi

Re: [RFC PATCH 10/11] qemu: Introduce qemu_arch_name() helper

2025-03-04 Thread Philippe Mathieu-Daudé
On 5/3/25 02:32, BALATON Zoltan wrote: On Wed, 5 Mar 2025, Philippe Mathieu-Daudé wrote: Introduce a generic helper to get the target name of a QemuArchBit. (This will be used for single / heterogeneous binaries). Use it in target_name(), removing the last use of the TARGET_NAME definition. Sig

[RFC PATCH 10/11] qemu: Introduce qemu_arch_name() helper

2025-03-04 Thread Philippe Mathieu-Daudé
Introduce a generic helper to get the target name of a QemuArchBit. (This will be used for single / heterogeneous binaries). Use it in target_name(), removing the last use of the TARGET_NAME definition. Signed-off-by: Philippe Mathieu-Daudé --- include/qemu/arch_info.h | 2 ++ arch_info-target.