Re: [Qemu-devel] [Qemu-ppc] [PATCH 4/4] tests: enable ohci/uhci/xhci tests on PPC64

2016-09-27 Thread David Gibson
On Tue, Sep 27, 2016 at 09:43:27AM +0200, Laurent Vivier wrote: > > > On 27/09/2016 05:53, David Gibson wrote: > > On Mon, Sep 26, 2016 at 04:10:49PM +0200, Laurent Vivier wrote: > > >> void qusb_pci_init_one(QPCIBus *pcibus, struct qhc *hc, uint32_t devfn, > >> int bar) > >> { > >> hc->

Re: [Qemu-devel] [Qemu-ppc] [PATCH 4/4] tests: enable ohci/uhci/xhci tests on PPC64

2016-09-27 Thread Laurent Vivier
On 27/09/2016 09:43, Laurent Vivier wrote: > > > On 27/09/2016 05:53, David Gibson wrote: >> On Mon, Sep 26, 2016 at 04:10:49PM +0200, Laurent Vivier wrote: > >>> void qusb_pci_init_one(QPCIBus *pcibus, struct qhc *hc, uint32_t devfn, >>> int bar) >>> { >>> hc->dev = qpci_device_find(p

Re: [Qemu-devel] [Qemu-ppc] [PATCH 4/4] tests: enable ohci/uhci/xhci tests on PPC64

2016-09-27 Thread Laurent Vivier
On 27/09/2016 05:53, David Gibson wrote: > On Mon, Sep 26, 2016 at 04:10:49PM +0200, Laurent Vivier wrote: >> void qusb_pci_init_one(QPCIBus *pcibus, struct qhc *hc, uint32_t devfn, int >> bar) >> { >> hc->dev = qpci_device_find(pcibus, devfn); >> @@ -31,6 +38,13 @@ void uhci_port_test(s

Re: [Qemu-devel] [Qemu-ppc] [PATCH 4/4] tests: enable ohci/uhci/xhci tests on PPC64

2016-09-26 Thread David Gibson
On Mon, Sep 26, 2016 at 04:10:49PM +0200, Laurent Vivier wrote: > Signed-off-by: Laurent Vivier > --- > tests/Makefile.include| 8 +++- > tests/libqos/usb.c| 14 ++ > tests/usb-hcd-uhci-test.c | 24 > 3 files changed, 37 insertions(+), 9 delet