Re: [Qemu-devel] [PATCH v5 1/2] hw/acpi: Consolidate build_mcfg to pci.c

2019-05-21 Thread Igor Mammedov
On Mon, 20 May 2019 23:37:46 -0400 "Michael S. Tsirkin" wrote: > On Tue, May 21, 2019 at 11:32:48AM +0800, Wei Yang wrote: > > Now we have two identical build_mcfg functions. > > > > Consolidate them in acpi/pci.c. > > > > Signed-off-by: Wei Yang > > > > --- > > v5: > > * ACPI_PCI depends o

Re: [Qemu-devel] [PATCH v5 1/2] hw/acpi: Consolidate build_mcfg to pci.c

2019-05-20 Thread Michael S. Tsirkin
On Tue, May 21, 2019 at 11:32:48AM +0800, Wei Yang wrote: > Now we have two identical build_mcfg functions. > > Consolidate them in acpi/pci.c. > > Signed-off-by: Wei Yang > > --- > v5: > * ACPI_PCI depends on both ACPI and PCI > * rebase on latest master, adjust arm Kconfig > v3: > * adj

[Qemu-devel] [PATCH v5 1/2] hw/acpi: Consolidate build_mcfg to pci.c

2019-05-20 Thread Wei Yang
Now we have two identical build_mcfg functions. Consolidate them in acpi/pci.c. Signed-off-by: Wei Yang --- v5: * ACPI_PCI depends on both ACPI and PCI * rebase on latest master, adjust arm Kconfig v3: * adjust changelog based on Igor's suggestion --- default-configs/i386-softmmu.mak |