qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/7] OHCI changes


From: BALATON Zoltan
Subject: [PATCH v2 0/7] OHCI changes
Date: Mon, 20 Feb 2023 19:15:03 +0100 (CET)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]