Re: [PATCH 08/26] hw/usb/hcd-dwc2: Restrict 'dwc2-regs.h' scope

2020-07-06 Thread Paul Zimmerman
gt; #include "qapi/error.h" > -#include "hw/usb/dwc2-regs.h" > #include "hw/usb/hcd-dwc2.h" > #include "hw/irq.h" > #include "sysemu/dma.h" > @@ -43,6 +42,7 @@ > #include "qemu/timer.h" > #include "qemu/log.h" > #include "hw/qdev-properties.h" > +#include "dwc2-regs.h" > > #define USB_HZ_FS 1200 > #define USB_HZ_HS 9600 > -- > 2.21.3 > > Reviewed-by: Paul Zimmerman

Re: [PATCH 06/26] hw/usb/hcd-dwc2: Remove unnecessary includes

2020-07-06 Thread Paul Zimmerman
> -#include "qemu/error-report.h" > -#include "qemu/main-loop.h" > #include "hw/qdev-properties.h" > > #define USB_HZ_FS 1200 > -- > 2.21.3 > > Reviewed-by: Paul Zimmerman

Re: [PATCH 07/26] hw/usb/hcd-dwc2: Restrict some headers to source

2020-07-06 Thread Paul Zimmerman
@@ > #include "qapi/error.h" > #include "hw/usb/dwc2-regs.h" > #include "hw/usb/hcd-dwc2.h" > +#include "hw/irq.h" > +#include "sysemu/dma.h" > #include "migration/vmstate.h" > #include "trace.h" > +#include "qemu/timer.h" > #include "qemu/log.h" > #include "hw/qdev-properties.h" > > -- > 2.21.3 > > Reviewed-by: Paul Zimmerman

Re: [PATCH 26/26] MAINTAINERS: Cover dwc-hsotg (dwc2) USB host controller emulation

2020-07-04 Thread Paul Zimmerman
On Sat, Jul 4, 2020 at 7:50 AM Philippe Mathieu-Daudé wrote: > Add an section for the dwc2 host controller emulation > introduced in commit 153ef1662c. > > Cc: Paul Zimmerman > Signed-off-by: Philippe Mathieu-Daudé > --- > MAINTAINERS | 6 ++ > 1 file changed,