RE: [PATCH v4 6/7] usb: Add DWC3 model

2020-09-01 Thread Sai Pavan Boddu
gt; ; qemu-devel@nongnu.org; Alistair Francis > ; Eduardo Habkost ; > Ying Fang ; 'Philippe Mathieu-Daudé' > ; Vikram Garhwal ; Paul > Zimmerman > Subject: Re: [PATCH v4 6/7] usb: Add DWC3 model > > On Sat, Aug 29, 2020 at 12:49:39AM +0530, Sai Pavan Boddu wrote: > >

Re: [PATCH v4 6/7] usb: Add DWC3 model

2020-08-31 Thread Gerd Hoffmann
On Sat, Aug 29, 2020 at 12:49:39AM +0530, Sai Pavan Boddu wrote: > From: Vikram Garhwal > > This patch adds skeleton model of dwc3 usb controller attached to > xhci-sysbus device. --verbose. This looks like xhci with a bunch of extra registers? What these registers are good for? > +/* > + * QE

[PATCH v4 6/7] usb: Add DWC3 model

2020-08-28 Thread Sai Pavan Boddu
From: Vikram Garhwal This patch adds skeleton model of dwc3 usb controller attached to xhci-sysbus device. Signed-off-by: Vikram Garhwal Signed-off-by: Sai Pavan Boddu --- hw/usb/Makefile.objs | 1 + hw/usb/hcd-dwc3.c | 606 ++ includ