[PULL 00/12] Microvm 20200930 patches

Gerd Hoffmann posted 12 patches 3 years, 7 months ago
Only 11 patches received!
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
[PULL 00/12] Microvm 20200930 patches
Posted by Gerd Hoffmann 3 years, 7 months ago
The following changes since commit b150cb8f67bf491a49a1cb1c7da151eeacbdbcc9:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-09-29 13:18:54 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/microvm-20200930-pull-request

for you to fetch changes up to 7f6c3d1a574bddcda6931eb00287089998725f71:

  tests/acpi: update expected data files (2020-09-30 11:29:56 +0200)

----------------------------------------------------------------
microvm: add pcie support.

----------------------------------------------------------------

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



Re: [PULL 00/12] Microvm 20200930 patches
Posted by Peter Maydell 3 years, 7 months ago
On Wed, 30 Sep 2020 at 18:49, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit b150cb8f67bf491a49a1cb1c7da151eeacbdbcc9:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-09-29 13:18:54 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/microvm-20200930-pull-request
>
> for you to fetch changes up to 7f6c3d1a574bddcda6931eb00287089998725f71:
>
>   tests/acpi: update expected data files (2020-09-30 11:29:56 +0200)
>
> ----------------------------------------------------------------
> microvm: add pcie support.


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM

[PULL 08/12] tests/acpi: add empty tests/data/acpi/microvm/DSDT.pcie file
Posted by Gerd Hoffmann 3 years, 7 months ago
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-id: 20200928104256.9241-9-kraxel@redhat.com
---
 tests/data/acpi/microvm/DSDT.pcie | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 tests/data/acpi/microvm/DSDT.pcie

diff --git a/tests/data/acpi/microvm/DSDT.pcie b/tests/data/acpi/microvm/DSDT.pcie
new file mode 100644
index 000000000000..e69de29bb2d1
-- 
2.27.0