]> git.proxmox.com Git - mirror_qemu.git/commit
hw/acpi: Consolidate build_mcfg to pci.c
authorWei Yang <richardw.yang@linux.intel.com>
Tue, 21 May 2019 06:28:35 +0000 (14:28 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 29 May 2019 22:00:57 +0000 (18:00 -0400)
commitf13a944ca6d50efa1dc4cca3a31262b677a2a715
tree664874c72a1e8f6205ae037d21bce55eb986b928
parent8c1ecb590497b0349c550607db923972b37f6963
hw/acpi: Consolidate build_mcfg to pci.c

Now we have two identical build_mcfg functions.

Consolidate them in acpi/pci.c.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
v4:
  * ACPI_PCI depends on both ACPI and PCI
  * rebase on latest master, adjust arm Kconfig
v3:
  * adjust changelog based on Igor's suggestion
Message-Id: <20190521062836.6541-2-richardw.yang@linux.intel.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
default-configs/i386-softmmu.mak
hw/acpi/Kconfig
hw/acpi/Makefile.objs
hw/acpi/pci.c [new file with mode: 0644]
hw/arm/Kconfig
hw/arm/virt-acpi-build.c
hw/i386/acpi-build.c
include/hw/acpi/pci.h