[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 10/22] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controlle
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 10/22] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model |
Date: |
Mon, 12 May 2025 14:15:30 +0100 |
On Fri, 2 May 2025 at 04:32, Nicholas Piggin <npiggin@gmail.com> wrote:
>
> The TI TUSB73X0 controller has some interesting differences from NEC,
> notably a separate BAR for MSIX, and PM capabilities. The spec is freely
> available without sign-up.
>
> This controller is accepted by IBM Power proprietary firmware and
> software (when the subsystem IDs are set to Power servers, which is not
> done here). IBM code is picky about device support, so the NEC device
> can not be used.
>
> xhci qtests are enabled for this device.
>
> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v4 06/22] hw/usb/xhci: Support TR NOOP commands, (continued)
- [PATCH v4 06/22] hw/usb/xhci: Support TR NOOP commands, Nicholas Piggin, 2025/05/01
- [PATCH v4 03/22] tests/qtest/xhci: test the qemu-xhci device, Nicholas Piggin, 2025/05/01
- [PATCH v4 07/22] tests/qtest/xhci: add a test for TR NOOP commands, Nicholas Piggin, 2025/05/01
- [PATCH v4 08/22] tests/qtest/usb-hcd-xhci: Deliver msix interrupts, Nicholas Piggin, 2025/05/01
- [PATCH v4 09/22] hw/usb/hcd-xhci-pci: Make PCI device more configurable, Nicholas Piggin, 2025/05/01
- [PATCH v4 10/22] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model, Nicholas Piggin, 2025/05/01
- Re: [PATCH v4 10/22] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model,
Peter Maydell <=
- [PATCH v4 11/22] usb/msd: Split in and out packet handling, Nicholas Piggin, 2025/05/01
- [PATCH v4 12/22] usb/msd: Ensure packet structure layout is correct, Nicholas Piggin, 2025/05/01
- [PATCH v4 13/22] usb/msd: Improved handling of mass storage reset, Nicholas Piggin, 2025/05/01
- [PATCH v4 14/22] usb/msd: Improve packet validation error logging, Nicholas Piggin, 2025/05/01
- [PATCH v4 15/22] usb/msd: Allow CBW packet size greater than 31, Nicholas Piggin, 2025/05/01
- [PATCH v4 16/22] usb/msd: Split async packet tracking into data and csw, Nicholas Piggin, 2025/05/01