summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber2013-07-231-1/+3
* ohci: Use QOM realize for OHCIHu Tao2013-07-231-8/+6
* ohci: QOM'ify some moreHu Tao2013-07-231-14/+25
* usb/hcd-xhci: QOM parent field cleanupAndreas Färber2013-07-231-35/+48
* usb/hcd-xhci: QOM Upcast SweepPeter Crosthwaite2013-07-231-7/+14
* hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell2013-07-232-2/+2
* hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-045-13/+16
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-045-13/+13
* dma: keep a device alive while it has SGListsPaolo Bonzini2013-07-041-2/+4
* usb: add serial bus propertyGerd Hoffmann2013-06-244-10/+13
* usb-host-libusb: set USB_DEV_FLAG_IS_HOSTGerd Hoffmann2013-06-241-0/+1
* usb/host-libusb: Fix building with libusb git master codeHans de Goede2013-06-241-0/+4
* usb/hcd-ehci: Add Faraday FUSBH200 supportKuo-Jung Su2013-06-242-0/+87
* usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su2013-06-244-14/+28
* usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber2013-06-242-0/+16
* usb/hcd-ehci: Split off instance_init from realizeAndreas Färber2013-06-244-20/+44
* usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber2013-06-244-10/+9
* dma: eliminate DMAContextPaolo Bonzini2013-06-206-27/+27
* xhci: add live migration supportGerd Hoffmann2013-06-031-1/+163
* xhci: add xhci_init_epctxGerd Hoffmann2013-06-031-18/+25
* xhci: add xhci_alloc_epctxGerd Hoffmann2013-06-031-11/+21
* xhci: add XHCISlot->addressedGerd Hoffmann2013-06-031-0/+3
* host-libusb: Correct test for USB packet stateEd Maste2013-06-031-1/+1
* Fix usage of USB_DEV_FLAG_IS_HOST flag.Michael Marineau2013-06-031-1/+1
* remove double semicolonsDong Xu Wang2013-05-121-2/+2
* xhci: handle USB_RET_BABBLEGerd Hoffmann2013-05-071-0/+5
* uhci: Use an intermediate buffer for usb packet dataHans de Goede2013-05-071-8/+13
* usb-host: add usb_host_full_speed_compatGerd Hoffmann2013-05-071-3/+37
* usb-host: live migration support for the libusb versionGerd Hoffmann2013-05-071-5/+49
* scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic2013-05-032-3/+3
* audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini2013-04-291-1/+0
* ccid: Fix crash when backend isn't specifiedCole Robinson2013-04-271-2/+8
* dev-smartcard-reader: empty implementation for Mechanical (fail correctly)Alon Levy2013-04-241-0/+4
* dev-smartcard-reader: copy atr protocol to ccid parametersAlon Levy2013-04-241-0/+45
* dev-smartcard-reader: change default protocol to T=0Alon Levy2013-04-241-3/+3
* dev-smartcard-reader: define structs for CCID_Parameter internalsAlon Levy2013-04-241-27/+47
* ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy2013-04-242-0/+3
* ccid-card-passthru: add atr checkAlon Levy2013-04-241-0/+59
* dev-smartcard-reader: reuse usb.h definitionsAlon Levy2013-04-241-11/+5
* dev-smartcard-reader: support windows guestAlon Levy2013-04-241-2/+2
* dev-smartcard-reader: remove aborts (never triggered, but just in case)Alon Levy2013-04-241-8/+12
* dev-smartcard-reader: nicer debug messagesAlon Levy2013-04-241-6/+63
* dev-smartcard-reader: white space fixesAlon Levy2013-04-241-0/+4
* ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering2013-04-241-1/+1
* ccid: make backend_enum_table "static const" and adjust usersJim Meyering2013-04-241-3/+3
* ccid-card-emul: do not crash if backend is not providedMarc-André Lureau2013-04-241-0/+3
* usb-host: raise libusbx minimum version to 1.0.13Gerd Hoffmann2013-04-231-5/+0
* usb: better speed mismatch error reportingGerd Hoffmann2013-04-232-6/+32
* ehci_free_packet: Discard finished packets when the queue is haltedHans de Goede2013-04-231-5/+11
* xhci: remove XHCIRing->base (unused)Gerd Hoffmann2013-04-231-3/+1
OpenPOWER on IntegriCloud