From: Wei Yang <richardw.yang@linux.intel.com>
To: qemu-devel@nongnu.org, qemu-arm@nongnu.org
Cc: yang.zhong@intel.com, peter.maydell@linaro.org, thuth@redhat.com,
mst@redhat.com, shannon.zhaosl@gmail.com,
Wei Yang <richardw.yang@linux.intel.com>,
imammedo@redhat.com, philmd@redhat.com
Subject: [Qemu-devel] [PATCH v5 0/2] Extract build_mcfg Part 2
Date: Tue, 21 May 2019 11:32:47 +0800 [thread overview]
Message-ID: <20190521033249.1960-1-richardw.yang@linux.intel.com> (raw)
This patch set tries to generalize MCFG table build process. Several patches
are already merged and these two are left for the following reasons:
* conflict with latest upstream
* ACPI_PCI dependency fix
* missed reserved[8] in MCFG
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
* make sure bios-tables-test all OK
Wei Yang (2):
hw/acpi: Consolidate build_mcfg to pci.c
acpi: pci: use build_append_foo() API to construct MCFG
default-configs/i386-softmmu.mak | 1 +
hw/acpi/Kconfig | 4 +++
hw/acpi/Makefile.objs | 1 +
hw/acpi/pci.c | 57 ++++++++++++++++++++++++++++++++
hw/arm/Kconfig | 1 +
hw/arm/virt-acpi-build.c | 17 ----------
hw/i386/acpi-build.c | 18 +---------
include/hw/acpi/acpi-defs.h | 18 ----------
include/hw/acpi/pci.h | 1 +
9 files changed, 66 insertions(+), 52 deletions(-)
create mode 100644 hw/acpi/pci.c
--
2.19.1
next reply other threads:[~2019-05-21 3:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-21 3:32 Wei Yang [this message]
2019-05-21 3:32 ` [Qemu-devel] [PATCH v5 1/2] hw/acpi: Consolidate build_mcfg to pci.c Wei Yang
2019-05-21 3:37 ` Michael S. Tsirkin
2019-05-21 14:15 ` Igor Mammedov
2019-05-21 3:32 ` [Qemu-devel] [PATCH v5 2/2] acpi: pci: use build_append_foo() API to construct MCFG Wei Yang
2019-05-21 3:37 ` Michael S. Tsirkin
2019-05-21 14:29 ` Igor Mammedov
2019-05-21 14:34 ` Michael S. Tsirkin
2019-05-22 8:20 ` Igor Mammedov
2019-05-21 3:44 ` Michael S. Tsirkin
2019-05-21 6:20 ` Wei Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190521033249.1960-1-richardw.yang@linux.intel.com \
--to=richardw.yang@linux.intel.com \
--cc=imammedo@redhat.com \
--cc=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=shannon.zhaosl@gmail.com \
--cc=thuth@redhat.com \
--cc=yang.zhong@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).