[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] support unaligned access for some xHCI registers
From: |
Tomoyuki Hirose |
Subject: |
Re: [PATCH 0/2] support unaligned access for some xHCI registers |
Date: |
Tue, 19 Dec 2023 13:48:09 +0900 |
I would be grateful if you would any comments on my patch.
ping,
Tomoyuki HIROSE
On Mon, Dec 11, 2023 at 4:12 PM Tomoyuki HIROSE
<tomoyuki.hirose@igel.co.jp> wrote:
>
> According to xHCI spec rev 1.2, unaligned access to xHCI Host
> Controller Capability Registers are not prohibited. But current
> implementation does not support unaligned access to 'MemoryRegion'.
> These patches contain 2 changes:
> 1. support unaligned access to 'MemoryRegion'
> 2. allow unaligned access to Host Controller Capability Registers.
>
> Tomoyuki HIROSE (2):
> system/memory.c: support unaligned access
> hw/usb/hcd-xhci.c: allow unaligned access to Capability Registers
>
> hw/usb/hcd-xhci.c | 4 +++-
> system/memory.c | 22 ++++++++++++++++------
> 2 files changed, 19 insertions(+), 7 deletions(-)
>
> --
> 2.39.2
>
Re: [PATCH 0/2] support unaligned access for some xHCI registers,
Tomoyuki Hirose <=