From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>,
Peter Maydell <"peter.maydell@linaro.org>, philmd"@linaro.org>
Subject: [PATCH v2 0/7] OHCI changes
Date: Mon, 20 Feb 2023 19:15:03 +0100 (CET) [thread overview]
Message-ID: <cover.1676916639.git.balaton@eik.bme.hu> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
philmd@linaro.org
Subject: [PATCH v2 RESEND 0/7] OHCI changes
Date: Mon, 20 Feb 2023 19:19:04 +0100 (CET) [thread overview]
Message-ID: <cover.1676916639.git.balaton@eik.bme.hu> (raw)
Message-ID: <20230220181904.5WpKf44oFBemJSqrJjMAeP8G-weBBqzsFbuvDz8cAqc@z> (raw)
Resend after fixing email address in cc.
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
next reply other threads:[~2023-02-20 18:16 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-20 18:15 BALATON Zoltan [this message]
2023-02-20 18:19 ` [PATCH v2 RESEND 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1676916639.git.balaton@eik.bme.hu \
--to=balaton@eik.bme.hu \
--cc="peter.maydell@linaro.org>, philmd"@linaro.org \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.