Re: [Qemu-devel] [PATCH 06/12] xhci: Initial xHCI implementation

2012-01-09 Thread Gerd Hoffmann
> Hi, > > please use scripts/checkpatch.pl to test this patch. > > It contains several indented statements (if ... else) > without braces. Hmm, indeed, there are a few left. I've fixed lots of them already, I'll do another pass over the code. /me wonders why my commit hook didn't complain. Pr

Re: [Qemu-devel] [PATCH 06/12] xhci: Initial xHCI implementation

2012-01-07 Thread Stefan Weil
Am 06.01.2012 14:59, schrieb Gerd Hoffmann: From: Hector Martin Based on the implementation from Hector Martin Hectors's implementation completely sidestepped the qemu usb system and used libusb directly for usb device pass through. So I've ripped out the libusb bits (or left them in disabled