|
From: | Thomas Huth |
Subject: | Re: [PATCH 4/5] hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/ |
Date: | Wed, 11 Oct 2023 16:27:34 +0200 |
User-agent: | Mozilla Thunderbird |
On 11/10/2023 15.41, BALATON Zoltan wrote:
On Wed, 11 Oct 2023, Philippe Mathieu-Daudé wrote:ppc4xx_pci.c is moved from the target specific ppc_ss[] meson source set to pci_ss[] which is common to all targets: the object is built once.At this point I'm not sure. This device is only used for PPC machines so it's kind of target specific. Why do you want to compile it for other targets?
This way the object code can be shared between qemu-system-ppc64 and qemu-system-ppc. I.e. we only have to compile it once instead of twice.
Thomas
[Prev in Thread] | Current Thread | [Next in Thread] |