qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] OHCI changes
@ 2023-02-20 18:15 BALATON Zoltan
  2023-02-20 18:15 ` [PATCH v2 1/7] usb/ohci: Code style fix comments BALATON Zoltan
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: BALATON Zoltan @ 2023-02-20 18:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Peter Maydell

Trying to debug some MacOS versions on mac99 with OHCI I've added some
debug logging that might be useful to get traces from this device and
attempted to implement missing feature. To avoid checkpatch errors
start with updating code style for th ewhole file.

v2: Address review commnts, add R-b tags and a patch from Philippe to
fix a typo

Regards,
BALATON Zoltan

BALATON Zoltan (7):
  usb/ohci: Code style fix comments
  usb/ohci: Code style fix white space errors
  usb/ohci: Code style fix missing braces and extra parenthesis
  usb/ohci: Move a function next to where it is used
  usb/ohci: Add trace points for register access
  usb/ohci: Implement resume on connection status change
  hw/usb/hcd-ohci: Fix typo

 hw/usb/hcd-ohci.c   | 461 ++++++++++++++++++++++++--------------------
 hw/usb/trace-events |   4 +
 2 files changed, 259 insertions(+), 206 deletions(-)

-- 
2.30.7



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

end of thread, other threads:[~2023-02-28 15:51 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 18:15 [PATCH v2 0/7] OHCI changes BALATON Zoltan
2023-02-20 18:15 ` [PATCH v2 1/7] usb/ohci: Code style fix comments BALATON Zoltan
2023-02-20 18:19   ` BALATON Zoltan
2023-02-20 18:15 ` [PATCH v2 2/7] usb/ohci: Code style fix white space errors BALATON Zoltan
2023-02-20 18:19   ` BALATON Zoltan
2023-02-20 18:15 ` [PATCH v2 3/7] usb/ohci: Code style fix missing braces and extra parenthesis BALATON Zoltan
2023-02-20 18:19   ` BALATON Zoltan
2023-02-20 18:15 ` [PATCH v2 4/7] usb/ohci: Move a function next to where it is used BALATON Zoltan
2023-02-20 18:19   ` BALATON Zoltan
2023-02-20 18:15 ` [PATCH v2 5/7] usb/ohci: Add trace points for register access BALATON Zoltan
2023-02-20 18:19   ` BALATON Zoltan
2023-02-20 18:15 ` [PATCH v2 6/7] usb/ohci: Implement resume on connection status change BALATON Zoltan
2023-02-20 18:19   ` BALATON Zoltan
2023-02-28 13:54   ` Philippe Mathieu-Daudé
2023-02-28 14:55     ` Gerd Hoffmann
2023-02-28 14:55     ` BALATON Zoltan
2023-02-28 15:50       ` Philippe Mathieu-Daudé
2023-02-20 18:15 ` [PATCH v2 7/7] hw/usb/hcd-ohci: Fix typo BALATON Zoltan
2023-02-20 18:19   ` BALATON Zoltan
2023-02-20 18:19 ` [PATCH v2 RESEND 0/7] OHCI changes BALATON Zoltan

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).