Re: [RFC PATCH v4 10/19] hw/arm/raspi: Build objects once

2025-04-22 Thread Richard Henderson
On 4/22/25 07:54, Philippe Mathieu-Daudé wrote: Now than Raspi machines can be filtered when running a qemu-system-arm or qemu-system-aarch64 binary, we can remove the TARGET_AARCH64 #ifdef'ry and compile the aspeed.c file once, moving it from arm_ss[] source set to arm_common_ss[]. Note, we expo

[RFC PATCH v4 10/19] hw/arm/raspi: Build objects once

2025-04-22 Thread Philippe Mathieu-Daudé
Now than Raspi machines can be filtered when running a qemu-system-arm or qemu-system-aarch64 binary, we can remove the TARGET_AARCH64 #ifdef'ry and compile the aspeed.c file once, moving it from arm_ss[] source set to arm_common_ss[]. Note, we expose the TYPE_BCM2837 type to qemu-system-arm, but i