qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 3/4] hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/


From: Thomas Huth
Subject: Re: [PATCH v2 3/4] hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/
Date: Wed, 7 Feb 2024 10:21:02 +0100
User-agent: Mozilla Thunderbird

On 07/02/2024 10.12, 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.

Declare PPC4XX_PCI selector in pci-host/Kconfig.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  MAINTAINERS                       | 1 +
  hw/{ppc => pci-host}/ppc4xx_pci.c | 0
  hw/pci-host/ppce500.c             | 2 +-
  hw/pci-host/Kconfig               | 4 ++++
  hw/pci-host/meson.build           | 1 +
  hw/pci-host/trace-events          | 4 ++++
  hw/ppc/Kconfig                    | 2 +-
  hw/ppc/meson.build                | 1 -
  hw/ppc/trace-events               | 4 ----
  9 files changed, 12 insertions(+), 7 deletions(-)
  rename hw/{ppc => pci-host}/ppc4xx_pci.c (100%)

Reviewed-by: Thomas Huth <thuth@redhat.com>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]