All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-arm] [PATCH v3 0/6] Extract build_mcfg
@ 2019-04-17  1:40 ` Wei Yang
  0 siblings, 0 replies; 34+ messages in thread
From: Wei Yang @ 2019-04-17  1:40 UTC (permalink / raw)
  To: qemu-devel, qemu-arm
  Cc: yang.zhong, peter.maydell, mst, shannon.zhaosl, Wei Yang,
	marcel.apfelbaum, imammedo, philmd

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.

v2->v3:
    * Includes the un-merged patch from Igor
    * use build_append_foo() API to construct MCFG

Igor Mammedov (1):
  q35: acpi: do not create dummy MCFG table

Wei Yang (5):
  hw/arm/virt-acpi-build: remove unnecessary variable mcfg_start
  i386, acpi: remove mcfg_ prefix in AcpiMcfgInfo members
  hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()
  hw/acpi: Extract build_mcfg to pci.c
  acpi: pci: use build_append_foo() API to construct MCFG

 default-configs/arm-softmmu.mak  |  1 +
 default-configs/i386-softmmu.mak |  1 +
 hw/acpi/Kconfig                  |  4 +++
 hw/acpi/Makefile.objs            |  1 +
 hw/acpi/pci.c                    | 52 ++++++++++++++++++++++++++++++++
 hw/arm/virt-acpi-build.c         | 31 +++++--------------
 hw/i386/acpi-build.c             | 44 +++++----------------------
 include/hw/acpi/acpi-defs.h      | 18 -----------
 include/hw/acpi/pci.h            | 34 +++++++++++++++++++++
 9 files changed, 108 insertions(+), 78 deletions(-)
 create mode 100644 hw/acpi/pci.c
 create mode 100644 include/hw/acpi/pci.h

-- 
2.19.1


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2019-04-18 14:24 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-17  1:40 [Qemu-arm] [PATCH v3 0/6] Extract build_mcfg Wei Yang
2019-04-17  1:40 ` [Qemu-devel] " Wei Yang
2019-04-17  1:40 ` Wei Yang
2019-04-17  1:40 ` [Qemu-arm] [PATCH v3 1/6] q35: acpi: do not create dummy MCFG table Wei Yang
2019-04-17  1:40   ` [Qemu-devel] " Wei Yang
2019-04-17  1:40   ` Wei Yang
2019-04-18 12:27   ` [Qemu-arm] " Philippe Mathieu-Daudé
2019-04-18 12:27     ` [Qemu-devel] " Philippe Mathieu-Daudé
2019-04-18 12:27     ` Philippe Mathieu-Daudé
2019-04-17  1:40 ` [Qemu-arm] [PATCH v3 2/6] hw/arm/virt-acpi-build: remove unnecessary variable mcfg_start Wei Yang
2019-04-17  1:40   ` [Qemu-devel] " Wei Yang
2019-04-17  1:40   ` Wei Yang
2019-04-17  1:40 ` [Qemu-devel] [PATCH v3 3/6] i386, acpi: remove mcfg_ prefix in AcpiMcfgInfo members Wei Yang
2019-04-17  1:40   ` Wei Yang
2019-04-17  1:40 ` [Qemu-arm] [PATCH v3 4/6] hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg() Wei Yang
2019-04-17  1:40   ` [Qemu-devel] " Wei Yang
2019-04-17  1:40   ` Wei Yang
2019-04-18  9:42   ` [Qemu-arm] " Igor Mammedov
2019-04-18  9:42     ` [Qemu-devel] " Igor Mammedov
2019-04-18  9:42     ` Igor Mammedov
2019-04-17  1:40 ` [Qemu-arm] [PATCH v3 5/6] hw/acpi: Consolidate build_mcfg to pci.c Wei Yang
2019-04-17  1:40   ` [Qemu-devel] " Wei Yang
2019-04-17  1:40   ` Wei Yang
2019-04-17  1:40 ` [Qemu-arm] [PATCH v3 6/6] acpi: pci: use build_append_foo() API to construct MCFG Wei Yang
2019-04-17  1:40   ` [Qemu-devel] " Wei Yang
2019-04-17  1:40   ` Wei Yang
2019-04-18 11:02   ` Igor Mammedov
2019-04-18 11:02     ` Igor Mammedov
2019-04-18 12:30     ` [Qemu-arm] " Philippe Mathieu-Daudé
2019-04-18 12:30       ` [Qemu-devel] " Philippe Mathieu-Daudé
2019-04-18 12:30       ` Philippe Mathieu-Daudé
2019-04-18 14:20     ` [Qemu-arm] " Wei Yang
2019-04-18 14:20       ` Wei Yang
2019-04-18 14:20       ` Wei Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.