[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 0/1] hw/arm/sbsa-ref: use XHCI to replace EHCI
From: |
Peter Maydell |
Subject: |
Re: [PATCH v5 0/1] hw/arm/sbsa-ref: use XHCI to replace EHCI |
Date: |
Tue, 27 Jun 2023 13:35:29 +0100 |
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