[PATCH v5 0/1] hw/arm/sbsa-ref: use XHCI to replace EHCI

Yuquan Wang posted 1 patch 10 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230621103847.447508-1-wangyuquan1236@phytium.com.cn
Maintainers: Radoslaw Biernacki <rad@semihalf.com>, Peter Maydell <peter.maydell@linaro.org>, Leif Lindholm <quic_llindhol@quicinc.com>, Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
docs/system/arm/sbsa.rst |  2 +-
hw/arm/Kconfig           |  2 +-
hw/arm/sbsa-ref.c        | 23 +++++++++++++----------
3 files changed, 15 insertions(+), 12 deletions(-)
[PATCH v5 0/1] hw/arm/sbsa-ref: use XHCI to replace EHCI
Posted by Yuquan Wang 10 months, 1 week ago
Please review the change.
 - sbsa-ref: Replace EHCI with XHCI on sysbus.

This work bumps the platform version directly to 0.3 because 
the addition of ITS will take sbsa-ref to 0.2 version.

Yuquan Wang (1):
  hw/arm/sbsa-ref: use XHCI to replace EHCI

 docs/system/arm/sbsa.rst |  2 +-
 hw/arm/Kconfig           |  2 +-
 hw/arm/sbsa-ref.c        | 23 +++++++++++++----------
 3 files changed, 15 insertions(+), 12 deletions(-)

-- 
2.34.1
Re: [PATCH v5 0/1] hw/arm/sbsa-ref: use XHCI to replace EHCI
Posted by Peter Maydell 10 months, 1 week ago
On Wed, 21 Jun 2023 at 11:39, Yuquan Wang <wangyuquan1236@phytium.com.cn> wrote:
>
> Please review the change.
>  - sbsa-ref: Replace EHCI with XHCI on sysbus.
>
> This work bumps the platform version directly to 0.3 because
> the addition of ITS will take sbsa-ref to 0.2 version.
>
> Yuquan Wang (1):
>   hw/arm/sbsa-ref: use XHCI to replace EHCI

I'm going to treat the testing/review that happened on previous
versions as sufficiently applicable to this one (since the
patch didn't really change in that aspect) and not wait around
for fresh Tested-by/Reviewed-by tags here.

Since we now have a place in sbsa.rst for noting what
changes between platform versions I added an entry for 0.3:

+0.3
+  The USB controller is an XHCI device, not EHCI

and I tweaked the commit message to explicitly note that
old versions of firmware/kernel continue to work even with
this change.

Applied to target-arm.next, thanks.

-- PMM