From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <lvivier@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
Thomas Huth <thuth@redhat.com>,
Eduardo Habkost <ehabkost@redhat.com>,
Sergio Lopez <slp@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
Radoslaw Biernacki <rad@semihalf.com>,
Shannon Zhao <shannon.zhaosl@gmail.com>,
qemu-arm@nongnu.org, Gerd Hoffmann <kraxel@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Igor Mammedov <imammedo@redhat.com>,
Leif Lindholm <leif@nuviainc.com>,
Richard Henderson <rth@twiddle.net>
Subject: [PATCH v3 00/12] microvm: add pcie support
Date: Mon, 28 Sep 2020 12:42:44 +0200 [thread overview]
Message-ID: <20200928104256.9241-1-kraxel@redhat.com> (raw)
v2:
- move aml generator to gpex and have arm virt + microvm share it.
- add 64bit window.
- add testcase.
v3:
- fix testcase: force tcg, disable on i386.
Gerd Hoffmann (12):
move MemMapEntry
acpi: add acpi_dsdt_add_gpex
arm: use acpi_dsdt_add_gpex
microvm: add irq table
microvm: add pcie support
microvm/pcie: add 64bit mmio window
tests/acpi: allow updates for expected data files
tests/acpi: add empty tests/data/acpi/microvm/DSDT.pcie file
tests/acpi: factor out common microvm test setup
tests/acpi: add microvm pcie test
acpi/gpex: no reason to use a method for _CRS
tests/acpi: update expected data files
include/exec/hwaddr.h | 5 +
include/hw/arm/virt.h | 5 -
include/hw/i386/microvm.h | 32 ++++++
include/hw/pci-host/gpex.h | 11 ++
hw/arm/sbsa-ref.c | 5 -
hw/arm/virt-acpi-build.c | 175 ++---------------------------
hw/i386/acpi-microvm.c | 12 ++
hw/i386/microvm.c | 93 ++++++++++++++++
hw/pci-host/gpex-acpi.c | 177 ++++++++++++++++++++++++++++++
tests/qtest/bios-tables-test.c | 30 ++++-
hw/i386/Kconfig | 1 +
hw/pci-host/meson.build | 1 +
tests/data/acpi/microvm/DSDT.pcie | Bin 0 -> 3023 bytes
tests/data/acpi/virt/DSDT | Bin 5200 -> 5196 bytes
tests/data/acpi/virt/DSDT.memhp | Bin 6561 -> 6557 bytes
tests/data/acpi/virt/DSDT.numamem | Bin 5200 -> 5196 bytes
16 files changed, 366 insertions(+), 181 deletions(-)
create mode 100644 hw/pci-host/gpex-acpi.c
create mode 100644 tests/data/acpi/microvm/DSDT.pcie
--
2.27.0
next reply other threads:[~2020-09-28 10:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-28 10:42 Gerd Hoffmann [this message]
2020-09-28 10:42 ` [PATCH v3 01/12] move MemMapEntry Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 02/12] acpi: add acpi_dsdt_add_gpex Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 03/12] arm: use acpi_dsdt_add_gpex Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 04/12] microvm: add irq table Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 05/12] microvm: add pcie support Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 06/12] microvm/pcie: add 64bit mmio window Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 07/12] tests/acpi: allow updates for expected data files Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 08/12] tests/acpi: add empty tests/data/acpi/microvm/DSDT.pcie file Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 09/12] tests/acpi: factor out common microvm test setup Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 10/12] tests/acpi: add microvm pcie test Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 11/12] acpi/gpex: no reason to use a method for _CRS Gerd Hoffmann
2020-09-28 10:42 ` [PATCH v3 12/12] tests/acpi: update expected data files Gerd Hoffmann
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=20200928104256.9241-1-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=ehabkost@redhat.com \
--cc=imammedo@redhat.com \
--cc=leif@nuviainc.com \
--cc=lvivier@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=rad@semihalf.com \
--cc=rth@twiddle.net \
--cc=shannon.zhaosl@gmail.com \
--cc=slp@redhat.com \
--cc=thuth@redhat.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).