qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] support unaligned access for some xHCI registers
@ 2023-12-11  7:12 Tomoyuki HIROSE
  2023-12-11  7:12 ` [PATCH 1/2] system/memory.c: support unaligned access Tomoyuki HIROSE
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Tomoyuki HIROSE @ 2023-12-11  7:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: 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 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



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-03-18 16:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11  7:12 [PATCH 0/2] support unaligned access for some xHCI registers Tomoyuki HIROSE
2023-12-11  7:12 ` [PATCH 1/2] system/memory.c: support unaligned access Tomoyuki HIROSE
2023-12-11 13:31   ` Cédric Le Goater
2023-12-15  0:11     ` Tomoyuki Hirose
2024-01-12 15:48   ` Peter Maydell
2024-01-18  6:43     ` Tomoyuki Hirose
2023-12-11  7:12 ` [PATCH 2/2] hw/usb/hcd-xhci.c: allow unaligned access to Capability Registers Tomoyuki HIROSE
2023-12-11 13:57   ` Peter Maydell
2023-12-12  1:43     ` Tomoyuki Hirose
2023-12-12 10:25       ` Peter Maydell
2023-12-18  9:50         ` Tomoyuki Hirose
2024-03-18 16:18     ` Peter Xu
2023-12-19  4:48 ` [PATCH 0/2] support unaligned access for some xHCI registers Tomoyuki Hirose
2023-12-19 11:26   ` Peter Maydell
2023-12-20  1:11     ` Tomoyuki Hirose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).