[PATCH 0/7] Trivial: Mark some more files as target-independant

Thomas Huth posted 7 patches 1 year, 3 months ago
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(-)
[PATCH 0/7] Trivial: Mark some more files as target-independant
Posted by Thomas Huth 1 year, 3 months ago
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


Re: [PATCH 0/7] Trivial: Mark some more files as target-independant
Posted by Laurent Vivier 1 year, 3 months ago
Le 12/01/2023 à 14:49, Thomas Huth a écrit :
> 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(-)
> 

Series applied to my trivial-patches branch.

Thanks,
Laurent


Re: [PATCH 0/7] Trivial: Mark some more files as target-independant
Posted by Richard Henderson 1 year, 3 months ago
On 1/12/23 05:49, Thomas Huth wrote:
> 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

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~