summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2013-09-19usb: remove old usb-host codeGerd Hoffmann2-2550/+0
2013-09-10ehci: save device pointer in EHCIStateGerd Hoffmann2-4/+4
2013-09-10Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina2-4/+9
2013-09-10usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann1-0/+4
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori5-23/+78
2013-09-02usb/dev-hid: Modified usb-tablet category from Misc to InputMarcel Apfelbaum1-1/+1
2013-09-02Revert "usb-hub: report status changes only once"Gerd Hoffmann1-5/+1
2013-09-02usb-hub: add tracepoint for status reportsGerd Hoffmann1-0/+1
2013-09-02usb: parallelize usb3 streamsGerd Hoffmann1-3/+4
2013-09-02uas: add property for request loggingGerd Hoffmann1-3/+12
2013-09-02xhci: reset port when disabling slotGerd Hoffmann1-0/+1
2013-09-02xhci: emulate intr endpoint intervals correctlyGerd Hoffmann1-7/+37
2013-09-02xhci: fix endpoint interval calculationGerd Hoffmann1-1/+1
2013-09-02xhci: add port to slot_address tracepointGerd Hoffmann1-1/+1
2013-09-02xhci: add tracepoint for endpoint state changesGerd Hoffmann1-0/+19
2013-09-02xhci: remove leftover debug printfGerd Hoffmann1-2/+0
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber2-2/+3
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber6-6/+7
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber2-3/+6
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh8-46/+46
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh1-2/+2
2013-08-08xhci: implement warm port resetGerd Hoffmann1-2/+11
2013-08-01usb-redir: fix use-after-freeGerd Hoffmann1-0/+1
2013-08-01xhci: fix segfaultGerd Hoffmann1-3/+2
2013-07-30hcd-ohci: add dma error handlingAlexey Kardashevskiy1-51/+126
2013-07-30uhci: egsm fixGerd Hoffmann1-0/+7
2013-07-30xhci: handle USB_RET_IOERRORGerd Hoffmann1-0/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum20-0/+33
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil1-4/+4
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber1-1/+3
2013-07-23ohci: Use QOM realize for OHCIHu Tao1-8/+6
2013-07-23ohci: QOM'ify some moreHu Tao1-14/+25
2013-07-23usb/hcd-xhci: QOM parent field cleanupAndreas Färber1-35/+48
2013-07-23usb/hcd-xhci: QOM Upcast SweepPeter Crosthwaite1-7/+14
2013-07-23hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell2-2/+2
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini5-13/+16
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini5-13/+13
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini1-2/+4
2013-06-24usb: add serial bus propertyGerd Hoffmann4-10/+13
2013-06-24usb-host-libusb: set USB_DEV_FLAG_IS_HOSTGerd Hoffmann1-0/+1
2013-06-24usb/host-libusb: Fix building with libusb git master codeHans de Goede1-0/+4
2013-06-24usb/hcd-ehci: Add Faraday FUSBH200 supportKuo-Jung Su2-0/+87
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su4-14/+28
2013-06-24usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber2-0/+16
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber4-20/+44
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber4-10/+9
2013-06-20dma: eliminate DMAContextPaolo Bonzini6-27/+27
2013-06-03xhci: add live migration supportGerd Hoffmann1-1/+163
2013-06-03xhci: add xhci_init_epctxGerd Hoffmann1-18/+25