Statistics
| Branch: | Revision:

root / hw / usb-xhci.c @ 4e4fa398

History | View | Annotate | Download (79.3 kB)

# Date Author Comment
40021f08 01/27/2012 06:50 pm Anthony Liguori

pci: convert to QEMU Object Model

Signed-off-by: Anthony Liguori <>

62aed765 01/27/2012 06:50 pm Anthony Liguori

usb: convert to QEMU Object Model

Signed-off-by: Anthony Liguori <>

62c6ae04 01/17/2012 10:44 am Hector Martin

xhci: Initial xHCI implementation

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, as reference for further...