All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Rework FIXMEs and fprintfs in hcd-xhci.c
@ 2026-07-13 10:05 Thomas Huth
  2026-07-13 10:05 ` [PATCH v3 1/3] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask() Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Thomas Huth @ 2026-07-13 10:05 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().

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 | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

-- 
2.55.0



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

end of thread, other threads:[~2026-07-13 10:46 UTC | newest]

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

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.