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

2019-05-19 Thread Wei Yang
On Mon, May 20, 2019 at 08:59:56AM +0800, Wei Yang wrote: >Now we have two identical build_mcfg functions. > >Consolidate them in acpi/pci.c. > >Signed-off-by: Wei Yang >Reviewed-by: Philippe Mathieu-Daudé >Reviewed-by: Igor Mammedov Oops, I should drop these SOB. > >--- >v4: > * ACPI_PCI dep

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

2019-05-19 Thread Wei Yang
Now we have two identical build_mcfg functions. Consolidate them in acpi/pci.c. Signed-off-by: Wei Yang Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Igor Mammedov --- v4: * ACPI_PCI depends on both ACPI and PCI * rebase on latest master, adjust arm Kconfig v3: * adjust changelog bas