Re: [Qemu-devel] [PATCH v5 0/6] Extract build_mcfg

2019-05-20 Thread Wei Yang
On Mon, May 20, 2019 at 06:55:53PM -0400, Michael S. Tsirkin wrote: >On Mon, May 20, 2019 at 08:59:51AM +0800, Wei Yang wrote: >> This patch set tries to generalize MCFG table build process. And it is >> based on one un-merged patch from Igor, which is included in this serials. >> >> v4->v5: >>

Re: [Qemu-devel] [PATCH v5 0/6] Extract build_mcfg

2019-05-20 Thread Michael S. Tsirkin
On Mon, May 20, 2019 at 08:59:51AM +0800, Wei Yang wrote: > This patch set tries to generalize MCFG table build process. And it is > based on one un-merged patch from Igor, which is included in this serials. > > v4->v5: > * ACPI_PCI depends on both ACPI and PCI > * rebase on latest master,

[Qemu-devel] [PATCH v5 0/6] Extract build_mcfg

2019-05-19 Thread Wei Yang
This patch set tries to generalize MCFG table build process. And it is based on one un-merged patch from Igor, which is included in this serials. v4->v5: * ACPI_PCI depends on both ACPI and PCI * rebase on latest master, adjust arm Kconfig * miss the reserved[8] of MCFG, add it back