From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <lvivier@redhat.com>,
Thomas Huth <thuth@redhat.com>,
Eduardo Habkost <ehabkost@redhat.com>,
Sergio Lopez <slp@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>,
Gerd Hoffmann <kraxel@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Igor Mammedov <imammedo@redhat.com>,
Richard Henderson <rth@twiddle.net>
Subject: [PATCH v2 0/9] microvm: add usb support
Date: Thu, 1 Oct 2020 10:28:25 +0200 [thread overview]
Message-ID: <20201001082834.15821-1-kraxel@redhat.com> (raw)
This depends on the pending microvm pull request.
v2:
- add some xhci cleanups.
- move aml builder to sysbus-xhci.
- add acpi testcase for usb=on (and while being at it rtc=on too).
Gerd Hoffmann (9):
acpi: add aml builder stubs
usb/xhci: add include/hw/usb/xhci.h header file
usb/xhci: add xhci_sysbus_build_aml() helper
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/usb/hcd-xhci-sysbus.h | 1 -
hw/usb/hcd-xhci.h | 22 ++++++--------------
include/hw/i386/microvm.h | 5 ++++-
include/hw/usb/xhci.h | 21 +++++++++++++++++++
hw/acpi/aml-build-stub.c | 14 +++++++++++++
hw/i386/acpi-microvm.c | 9 ++++++++
hw/i386/microvm.c | 13 ++++++++++++
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 ++++++++++++++++++++++
tests/data/acpi/microvm/DSDT.rtc | Bin 0 -> 404 bytes
tests/data/acpi/microvm/DSDT.usb | Bin 0 -> 414 bytes
14 files changed, 128 insertions(+), 42 deletions(-)
create mode 100644 include/hw/usb/xhci.h
create mode 100644 tests/data/acpi/microvm/DSDT.rtc
create mode 100644 tests/data/acpi/microvm/DSDT.usb
--
2.27.0
next reply other threads:[~2020-10-01 8:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-01 8:28 Gerd Hoffmann [this message]
2020-10-01 8:28 ` [PATCH v2 1/9] acpi: add aml builder stubs Gerd Hoffmann
2020-10-01 8:28 ` [PATCH v2 2/9] usb/xhci: add include/hw/usb/xhci.h header file Gerd Hoffmann
2020-10-01 8:28 ` [PATCH v2 3/9] usb/xhci: add xhci_sysbus_build_aml() helper Gerd Hoffmann
2020-10-01 8:28 ` [PATCH v2 4/9] microvm: add usb support Gerd Hoffmann
2020-10-06 10:03 ` Igor Mammedov
2020-10-12 6:45 ` Gerd Hoffmann
2020-10-01 8:28 ` [PATCH v2 5/9] tests/acpi: allow updates for expected data files Gerd Hoffmann
2020-10-01 8:28 ` [PATCH v2 6/9] tests/acpi: add empty tests/data/acpi/microvm/DSDT.{usb, rtc} files Gerd Hoffmann
2020-10-01 8:28 ` [PATCH v2 7/9] tests/acpi: add microvm usb test Gerd Hoffmann
2020-10-01 8:28 ` [PATCH v2 8/9] tests/acpi: add microvm rtc test Gerd Hoffmann
2020-10-01 8:28 ` [PATCH v2 9/9] 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=20201001082834.15821-1-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=ehabkost@redhat.com \
--cc=imammedo@redhat.com \
--cc=lvivier@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=sai.pavan.boddu@xilinx.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).