From: Nicholas Piggin <npiggin@gmail.com>
To: qemu-devel@nongnu.org
Cc: Nicholas Piggin <npiggin@gmail.com>,
Paolo Bonzini <pbonzini@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
Fabiano Rosas <farosas@suse.de>,
Laurent Vivier <lvivier@redhat.com>,
Phil Dennis-Jordan <phil@philjordan.eu>,
Bernhard Beschow <shentey@gmail.com>
Subject: [PATCH v3 0/8] usb/xhci: TR NOOP, TI HCD device, more qtests
Date: Fri, 11 Apr 2025 17:58:42 +1000 [thread overview]
Message-ID: <20250411075851.206995-1-npiggin@gmail.com> (raw)
This series adds better support qtests support for the xhci controller,
adds support for the "TR NOOP" command used by AIX, and adds a new USB
controller model from TI that PowerVM and AIX use.
This series depends on some of the qtests changes from this one:
https://lore.kernel.org/qemu-devel/20250411044130.201724-1-npiggin@gmail.com/T/#t
Since v2:
https://lore.kernel.org/qemu-devel/20250118070853.653778-1-npiggin@gmail.com/
- Rebased to upstream. Hopefully this is ready to go for 10.1.
Thanks,
Nick
Nicholas Piggin (8):
hw/usb/xhci: Move HCD constants to a header and add register constants
hw/usb/xhci: Rename and move HCD register region constants to header
tests/qtest/xhci: Add controller and device setup and ring tests
hw/usb/xhci: Support TR NOOP commands
tests/qtest/xhci: add a test for TR NOOP commands
tests/qtest/xhci: test the qemu-xhci device
hw/usb/hcd-xhci-pci: Make PCI device more configurable
hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model
hw/usb/hcd-xhci-pci.h | 9 +
hw/usb/hcd-xhci.h | 237 +++++++++++++
include/hw/pci/pci_ids.h | 1 +
include/hw/usb/xhci.h | 1 +
hw/usb/hcd-xhci-pci.c | 118 +++++--
hw/usb/hcd-xhci-ti.c | 88 +++++
hw/usb/hcd-xhci.c | 527 ++++++++++------------------
tests/qtest/usb-hcd-xhci-test.c | 600 +++++++++++++++++++++++++++++++-
hw/usb/Kconfig | 5 +
hw/usb/meson.build | 1 +
10 files changed, 1214 insertions(+), 373 deletions(-)
create mode 100644 hw/usb/hcd-xhci-ti.c
--
2.47.1
next reply other threads:[~2025-04-11 8:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-11 7:58 Nicholas Piggin [this message]
2025-04-11 7:58 ` [PATCH v3 1/8] hw/usb/xhci: Move HCD constants to a header and add register constants Nicholas Piggin
2025-04-11 7:58 ` [PATCH v3 2/8] hw/usb/xhci: Rename and move HCD register region constants to header Nicholas Piggin
2025-04-11 7:58 ` [PATCH v3 3/8] tests/qtest/xhci: Add controller and device setup and ring tests Nicholas Piggin
2025-04-11 7:58 ` [PATCH v3 4/8] hw/usb/xhci: Support TR NOOP commands Nicholas Piggin
2025-04-11 7:58 ` [PATCH v3 5/8] tests/qtest/xhci: add a test for " Nicholas Piggin
2025-04-11 7:58 ` [PATCH v3 6/8] tests/qtest/xhci: test the qemu-xhci device Nicholas Piggin
2025-04-11 7:58 ` [PATCH v3 7/8] hw/usb/hcd-xhci-pci: Make PCI device more configurable Nicholas Piggin
2025-04-11 7:58 ` [PATCH v3 8/8] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model Nicholas Piggin
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=20250411075851.206995-1-npiggin@gmail.com \
--to=npiggin@gmail.com \
--cc=farosas@suse.de \
--cc=lvivier@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=phil@philjordan.eu \
--cc=qemu-devel@nongnu.org \
--cc=shentey@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.