Here's a collection of low-hanging fruits to mark some more files as target-independent (so that they do not have to be compiled twice, once for qemu-system-arm and once for qemu-system-aarch64).
Philippe's patches have been on the list before, but I slightly modified some of them (like fixing typos in the subject etc.). My patches are new. Philippe Mathieu-Daudé (4): hw/display: Move omap_lcdc.c out of target-specific source set hw/intc: Move some files out of the target-specific source set hw/tpm: Move tpm_ppi.c out of target-specific source set hw/arm: Move various units to softmmu_ss[] Thomas Huth (3): hw/cpu: Mark arm11 and realview mpcore as target-independent code hw/intc: Mark more interrupt-controller files as target independent hw/usb: Mark the XLNX_VERSAL-related files as target-independent hw/arm/meson.build | 11 +++++++---- hw/cpu/meson.build | 4 ++-- hw/display/meson.build | 2 +- hw/intc/meson.build | 12 ++++++------ hw/tpm/meson.build | 4 ++-- hw/usb/meson.build | 4 ++-- 6 files changed, 20 insertions(+), 17 deletions(-) -- 2.31.1