[PULL 00/17] Microvm 20201021 patches

Gerd Hoffmann posted 17 patches 3 years, 6 months ago
Only 15 patches received!
hw/i386/acpi-common.h             |   3 +--
hw/usb/hcd-xhci-sysbus.h          |   1 -
hw/usb/hcd-xhci.h                 |  22 ++++++-------------
include/hw/i386/microvm.h         |   5 ++++-
include/hw/i386/x86.h             |   2 ++
include/hw/usb/xhci.h             |  21 ++++++++++++++++++
hw/acpi/aml-build-stub.c          |  14 ++++++++++++
hw/i386/acpi-build.c              |   2 +-
hw/i386/acpi-common.c             |  26 ++++++++++-------------
hw/i386/acpi-microvm.c            |  11 +++++++++-
hw/i386/microvm.c                 |  19 +++++++++++++++++
hw/i386/x86.c                     |   1 +
hw/usb/hcd-xhci-nec.c             |   4 ++--
hw/usb/hcd-xhci-pci.c             |   4 ++--
hw/usb/hcd-xhci-sysbus.c          |  19 +++++++++++++++--
hw/usb/hcd-xhci.c                 |  34 ++++++++++++++----------------
tests/qtest/bios-tables-test.c    |  24 +++++++++++++++++++++
hw/i386/Kconfig                   |   1 +
hw/usb/Kconfig                    |   6 ++----
tests/data/acpi/microvm/APIC.pcie | Bin 0 -> 110 bytes
tests/data/acpi/microvm/DSDT.rtc  | Bin 0 -> 404 bytes
tests/data/acpi/microvm/DSDT.usb  | Bin 0 -> 414 bytes
22 files changed, 154 insertions(+), 65 deletions(-)
create mode 100644 include/hw/usb/xhci.h
create mode 100644 tests/data/acpi/microvm/APIC.pcie
create mode 100644 tests/data/acpi/microvm/DSDT.rtc
create mode 100644 tests/data/acpi/microvm/DSDT.usb
[PULL 00/17] Microvm 20201021 patches
Posted by Gerd Hoffmann 3 years, 6 months ago
The following changes since commit 4c41341af76cfc85b5a6c0f87de4838672ab9f89:

  Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20201020' into staging (2020-10-20 11:20:36 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 66907f3d3b8bfc2de77b82d89253b7b3a8b728ec:

  tests/acpi: update expected data files (2020-10-21 11:36:19 +0200)

----------------------------------------------------------------
microvm: fix PCIe IRQs in APIC table.
microvm: add usb support.

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

Gerd Hoffmann (17):
  tests/acpi: allow changes for microvm/APIC.pcie
  tests/acpi: add empty microvm/APIC.pcie
  x86: make pci irqs runtime configurable
  microvm: set pci_irq_mask
  apci: drop has_pci arg for acpi_build_madt
  tests/acpi: update expected data files
  tests/acpi: disallow changes for microvm/APIC.pcie
  acpi: add aml builder stubs
  usb/xhci: add include/hw/usb/xhci.h header file
  usb/xhci: add xhci_sysbus_build_aml() helper
  usb/xhci: fixup xhci kconfig deps
  microvm: add usb support
  tests/acpi: allow updates for expected data files
  tests/acpi: add empty tests/data/acpi/microvm/DSDT.{usb, rtc} files
  tests/acpi: add microvm usb test
  tests/acpi: add microvm rtc test
  tests/acpi: update expected data files

 hw/i386/acpi-common.h             |   3 +--
 hw/usb/hcd-xhci-sysbus.h          |   1 -
 hw/usb/hcd-xhci.h                 |  22 ++++++-------------
 include/hw/i386/microvm.h         |   5 ++++-
 include/hw/i386/x86.h             |   2 ++
 include/hw/usb/xhci.h             |  21 ++++++++++++++++++
 hw/acpi/aml-build-stub.c          |  14 ++++++++++++
 hw/i386/acpi-build.c              |   2 +-
 hw/i386/acpi-common.c             |  26 ++++++++++-------------
 hw/i386/acpi-microvm.c            |  11 +++++++++-
 hw/i386/microvm.c                 |  19 +++++++++++++++++
 hw/i386/x86.c                     |   1 +
 hw/usb/hcd-xhci-nec.c             |   4 ++--
 hw/usb/hcd-xhci-pci.c             |   4 ++--
 hw/usb/hcd-xhci-sysbus.c          |  19 +++++++++++++++--
 hw/usb/hcd-xhci.c                 |  34 ++++++++++++++----------------
 tests/qtest/bios-tables-test.c    |  24 +++++++++++++++++++++
 hw/i386/Kconfig                   |   1 +
 hw/usb/Kconfig                    |   6 ++----
 tests/data/acpi/microvm/APIC.pcie | Bin 0 -> 110 bytes
 tests/data/acpi/microvm/DSDT.rtc  | Bin 0 -> 404 bytes
 tests/data/acpi/microvm/DSDT.usb  | Bin 0 -> 414 bytes
 22 files changed, 154 insertions(+), 65 deletions(-)
 create mode 100644 include/hw/usb/xhci.h
 create mode 100644 tests/data/acpi/microvm/APIC.pcie
 create mode 100644 tests/data/acpi/microvm/DSDT.rtc
 create mode 100644 tests/data/acpi/microvm/DSDT.usb

-- 
2.27.0



Re: [PULL 00/17] Microvm 20201021 patches
Posted by Peter Maydell 3 years, 6 months ago
On Wed, 21 Oct 2020 at 15:52, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 4c41341af76cfc85b5a6c0f87de4838672ab9f89:
>
>   Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20201020' into staging (2020-10-20 11:20:36 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/microvm-20201021-pull-request
>
> for you to fetch changes up to 66907f3d3b8bfc2de77b82d89253b7b3a8b728ec:
>
>   tests/acpi: update expected data files (2020-10-21 11:36:19 +0200)
>
> ----------------------------------------------------------------
> microvm: fix PCIe IRQs in APIC table.
> microvm: add usb support.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM

[PULL 02/17] tests/acpi: add empty microvm/APIC.pcie
Posted by Gerd Hoffmann 3 years, 6 months ago
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20201016113835.17465-3-kraxel@redhat.com
---
 tests/data/acpi/microvm/APIC.pcie | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 tests/data/acpi/microvm/APIC.pcie

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


[PULL 14/17] tests/acpi: add empty tests/data/acpi/microvm/DSDT.{usb, rtc} files
Posted by Gerd Hoffmann 3 years, 6 months ago
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20201020074844.5304-8-kraxel@redhat.com
---
 tests/data/acpi/microvm/DSDT.rtc | 0
 tests/data/acpi/microvm/DSDT.usb | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 tests/data/acpi/microvm/DSDT.rtc
 create mode 100644 tests/data/acpi/microvm/DSDT.usb

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