Re: [PATCH v4 6/7] wire in the dwc-hsotg (dwc2) USB host controller emulation

2020-04-28 Thread Philippe Mathieu-Daudé
On 4/28/20 4:22 AM, Paul Zimmerman wrote: > Wire the dwc-hsotg (dwc2) emulation into Qemu > > Signed-off-by: Paul Zimmerman > --- > hw/arm/bcm2835_peripherals.c | 21 - > include/hw/arm/bcm2835_peripherals.h | 3 ++- > 2 files changed, 22 insertions(+), 2 deletions(-

[PATCH v4 6/7] wire in the dwc-hsotg (dwc2) USB host controller emulation

2020-04-27 Thread Paul Zimmerman
Wire the dwc-hsotg (dwc2) emulation into Qemu Signed-off-by: Paul Zimmerman --- hw/arm/bcm2835_peripherals.c | 21 - include/hw/arm/bcm2835_peripherals.h | 3 ++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bc