Re: [PATCH v4 3/3] hw/usb/hcd-xhci: Use qemu_log_mask() instead of fprintf() statement
Philippe Mathieu-Daudé <[email protected]> Mon, 13 Jul 2026 18:18:38 +0200
| Newsgroups | org.nongnu.qemu-trivial,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 2026-07-13 18:14, Thomas Huth wrote: > From: Thomas Huth <[email protected]> > > We've got a proper way for logging unimplemented hardware features, > so use qemu_log_mask() instead of the fprintf() here now. > > Suggested-by: Peter Maydell <[email protected]> > Reviewed-by: Peter Maydell <[email protected]> > Signed-off-by: Thomas Huth <[email protected]> > --- > hw/usb/hcd-xhci.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>