Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability

2024-12-04 Thread Tomoyuki HIROSE
On 2024/12/02 23:17, Peter Maydell wrote: On Fri, 29 Nov 2024 at 03:33, Tomoyuki HIROSE wrote: OK, thanks! I got understand. I thought MemoryRegionOps had to be 'static const' . I will try to improve code so that it does not require the use of memaccess-testdev.h.inc . Great. The other thing I

Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability

2024-12-02 Thread Peter Maydell
On Fri, 29 Nov 2024 at 03:33, Tomoyuki HIROSE wrote: > OK, thanks! I got understand. I thought MemoryRegionOps had to be > 'static const' . > I will try to improve code so that it does not require the use of > memaccess-testdev.h.inc . Great. The other thing I thought of this weekend is that we s

Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability

2024-11-28 Thread Tomoyuki HIROSE
On 2024/11/28 20:15, Peter Maydell wrote: On Thu, 28 Nov 2024 at 06:19, Tomoyuki HIROSE wrote: Hi, thank you for your comment. On 2024/11/27 20:23, Peter Maydell wrote: On Wed, 27 Nov 2024 at 04:34, Tomoyuki HIROSE wrote: I would be happy to receive your comments. ping. Hi; this one is on

Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability

2024-11-28 Thread Peter Maydell
On Thu, 28 Nov 2024 at 06:19, Tomoyuki HIROSE wrote: > > Hi, thank you for your comment. > > On 2024/11/27 20:23, Peter Maydell wrote: > > On Wed, 27 Nov 2024 at 04:34, Tomoyuki HIROSE > > wrote: > >> I would be happy to receive your comments. > >> ping. > > Hi; this one is on my to-review list (

Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability

2024-11-27 Thread Tomoyuki HIROSE
Hi, thank you for your comment. On 2024/11/27 20:23, Peter Maydell wrote: On Wed, 27 Nov 2024 at 04:34, Tomoyuki HIROSE wrote: I would be happy to receive your comments. ping. Hi; this one is on my to-review list (along, sadly, with 23 other series); I had a quick look a while back and it see

Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability

2024-11-27 Thread Peter Maydell
On Wed, 27 Nov 2024 at 04:34, Tomoyuki HIROSE wrote: > > I would be happy to receive your comments. > ping. Hi; this one is on my to-review list (along, sadly, with 23 other series); I had a quick look a while back and it seemed good (the testing support you've added looks great), but I need to s

Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability

2024-11-26 Thread Tomoyuki HIROSE
I would be happy to receive your comments. ping. On 2024/11/08 12:29, Tomoyuki HIROSE wrote: This patch set aims to support unaligned access to xHCI Capability Registers. To achieve this, we introduce the emulation of an unaligned access through multiple aligned accesses. This patch set also ad

[RFC PATCH 0/5] support unaligned access to xHCI Capability

2024-11-07 Thread Tomoyuki HIROSE
This patch set aims to support unaligned access to xHCI Capability Registers. To achieve this, we introduce the emulation of an unaligned access through multiple aligned accesses. This patch set also adds a test device and several tests using this device to verify that the emulation functions corr