Re: [PATCH 0/2] support unaligned access for some xHCI registers

2023-12-19 Thread Tomoyuki Hirose
On Tue, Dec 19, 2023 at 8:26 PM Peter Maydell wrote: > > On Tue, 19 Dec 2023 at 04:49, Tomoyuki Hirose > wrote: > > > > I would be grateful if you would any comments on my patch. > > It's on my todo list, but at this point I'm afraid I'm > not going to be able to get to it before I break for > th

Re: [PATCH 0/2] support unaligned access for some xHCI registers

2023-12-19 Thread Peter Maydell
On Tue, 19 Dec 2023 at 04:49, Tomoyuki Hirose wrote: > > I would be grateful if you would any comments on my patch. It's on my todo list, but at this point I'm afraid I'm not going to be able to get to it before I break for the holidays, so it will be January before I can look at it. (It's a bit

Re: [PATCH 0/2] support unaligned access for some xHCI registers

2023-12-18 Thread Tomoyuki Hirose
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 wrote: > > According to xHCI spec rev 1.2, unaligned access to xHCI Host > Controller Capability Registers are not prohibited. But current > implementation does not s

[PATCH 0/2] support unaligned access for some xHCI registers

2023-12-10 Thread Tomoyuki HIROSE
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