[PATCH v4 0/3] Rework FIXMEs and fprintfs in hcd-xhci.c

Thomas Huth posted 3 patches 1 week, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260713161406.361197-1-thuth@redhat.com
hw/usb/hcd-xhci.c | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
[PATCH v4 0/3] Rework FIXMEs and fprintfs in hcd-xhci.c
Posted by Thomas Huth 1 week, 5 days ago
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
Re: [PATCH v4 0/3] Rework FIXMEs and fprintfs in hcd-xhci.c
Posted by Philippe Mathieu-Daudé 1 week, 4 days ago
On 13/7/26 18:14, Thomas Huth wrote:

> 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

Series queued, thanks.