All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Rework FIXMEs and fprintfs in hcd-xhci.c
@ 2026-07-13 16:14 Thomas Huth
  2026-07-13 16:14 ` [PATCH v4 1/3] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask() Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Thomas Huth @ 2026-07-13 16:14 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell
  Cc: qemu-trivial, Daniel P . Berrangé, Gerd Hoffmann,
	Philippe Mathieu-Daudé

Replace the local FIXME macro and fprintf statement with
qemu_log_mask() and g_assert_not_reached().

v4:
- Remove the DPRINTF in the second patch
- Add the missing \n in the third patch

Thomas Huth (3):
  hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
  hw/usb/hcd-xhci: Remove the FIXME macro
  hw/usb/hcd-xhci: Use qemu_log_mask() instead of fprintf() statement

 hw/usb/hcd-xhci.c | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

-- 
2.55.0



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

end of thread, other threads:[~2026-07-14  9:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-13 16:14 [PATCH v4 0/3] Rework FIXMEs and fprintfs in hcd-xhci.c Thomas Huth
2026-07-13 16:14 ` [PATCH v4 1/3] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask() Thomas Huth
2026-07-13 16:14 ` [PATCH v4 2/3] hw/usb/hcd-xhci: Remove the FIXME macro Thomas Huth
2026-07-13 16:14 ` [PATCH v4 3/3] hw/usb/hcd-xhci: Use qemu_log_mask() instead of fprintf() statement Thomas Huth
2026-07-13 16:18   ` Philippe Mathieu-Daudé
2026-07-14  9:54 ` [PATCH v4 0/3] Rework FIXMEs and fprintfs in hcd-xhci.c Philippe Mathieu-Daudé

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.