mbox

[PULL,00/17] Microvm 20201021 patches

Message ID 20201021144852.16665-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann Oct. 21, 2020, 2:48 p.m. UTC
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

Comments

Gerd Hoffmann Oct. 21, 2020, 2:48 p.m. UTC | #1
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20201016113835.17465-7-kraxel@redhat.com
---
 tests/data/acpi/microvm/APIC.pcie | Bin 0 -> 110 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/tests/data/acpi/microvm/APIC.pcie b/tests/data/acpi/microvm/APIC.pcie
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..6c51081b50beb061c5f4e5baa134585d82db4c39 100644
GIT binary patch
literal 110
zcmZ<^@N~{&U|?Xp@8s|75v<@85#a0y6k`O6f!H9Lf#JbFFwFr}2jnsGfW!{`1CdNz
b3_Kt%FNnp<3uE!|!C3tKU=|D8f1pMH#A*!z

literal 0
HcmV?d00001
Peter Maydell Oct. 22, 2020, 10:12 a.m. UTC | #2
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