Re: [Qemu-devel] [PATCH 03/15] ohci: Allow sysbus version to be used as a companion

2017-08-23 Thread Gerd Hoffmann
On Mon, 2017-08-21 at 14:10 +1000, David Gibson wrote: > On Sun, Aug 20, 2017 at 07:23:05PM +0200, BALATON Zoltan wrote: > 1;4803;0c> Some PPC SoCs have an EHCI with OHCI companion USB > controller. To > > emulate this allow the sysbus version of OHCI to be used as a > > companion. > > > > Signed-

Re: [Qemu-devel] [PATCH 03/15] ohci: Allow sysbus version to be used as a companion

2017-08-20 Thread David Gibson
On Sun, Aug 20, 2017 at 07:23:05PM +0200, BALATON Zoltan wrote: 1;4803;0c> Some PPC SoCs have an EHCI with OHCI companion USB controller. To > emulate this allow the sysbus version of OHCI to be used as a companion. > > Signed-off-by: BALATON Zoltan Reviewed-by: David Gibson Gerd, if you're h

[Qemu-devel] [PATCH 03/15] ohci: Allow sysbus version to be used as a companion

2017-08-20 Thread BALATON Zoltan
Some PPC SoCs have an EHCI with OHCI companion USB controller. To emulate this allow the sysbus version of OHCI to be used as a companion. Signed-off-by: BALATON Zoltan --- hw/usb/hcd-ohci.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/hw/usb/hcd-ohci.c b/