summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* ehci: save device pointer in EHCIStateGerd Hoffmann2013-09-102-4/+4
* Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina2013-09-102-4/+9
* usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann2013-09-101-0/+4
* Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori2013-09-035-23/+78
|\
| * usb/dev-hid: Modified usb-tablet category from Misc to InputMarcel Apfelbaum2013-09-021-1/+1
| * Revert "usb-hub: report status changes only once"Gerd Hoffmann2013-09-021-5/+1
| * usb-hub: add tracepoint for status reportsGerd Hoffmann2013-09-021-0/+1
| * usb: parallelize usb3 streamsGerd Hoffmann2013-09-021-3/+4
| * uas: add property for request loggingGerd Hoffmann2013-09-021-3/+12
| * xhci: reset port when disabling slotGerd Hoffmann2013-09-021-0/+1
| * xhci: emulate intr endpoint intervals correctlyGerd Hoffmann2013-09-021-7/+37
| * xhci: fix endpoint interval calculationGerd Hoffmann2013-09-021-1/+1
| * xhci: add port to slot_address tracepointGerd Hoffmann2013-09-021-1/+1
| * xhci: add tracepoint for endpoint state changesGerd Hoffmann2013-09-021-0/+19
| * xhci: remove leftover debug printfGerd Hoffmann2013-09-021-2/+0
* | qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-302-2/+3
* | usb: Pass size to usb_bus_new()Andreas Färber2013-08-306-6/+7
* | scsi: Pass size to scsi_bus_new()Andreas Färber2013-08-302-3/+6
|/
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-228-46/+46
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-2/+2
* xhci: implement warm port resetGerd Hoffmann2013-08-081-2/+11
* usb-redir: fix use-after-freeGerd Hoffmann2013-08-011-0/+1
* xhci: fix segfaultGerd Hoffmann2013-08-011-3/+2
* hcd-ohci: add dma error handlingAlexey Kardashevskiy2013-07-301-51/+126
* uhci: egsm fixGerd Hoffmann2013-07-301-0/+7
* xhci: handle USB_RET_IOERRORGerd Hoffmann2013-07-301-0/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-2920-0/+33
* misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil2013-07-271-4/+4
* 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
OpenPOWER on IntegriCloud