aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2013-09-02xhci: fix endpoint interval calculationGerd Hoffmann
2013-09-02xhci: add port to slot_address tracepointGerd Hoffmann
2013-09-02xhci: add tracepoint for endpoint state changesGerd Hoffmann
2013-09-02xhci: remove leftover debug printfGerd Hoffmann
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh
2013-08-08xhci: implement warm port resetGerd Hoffmann
2013-08-01usb-redir: fix use-after-freeGerd Hoffmann
2013-08-01xhci: fix segfaultGerd Hoffmann
2013-07-30hcd-ohci: add dma error handlingAlexey Kardashevskiy
2013-07-30uhci: egsm fixGerd Hoffmann
2013-07-30xhci: handle USB_RET_IOERRORGerd Hoffmann
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber
2013-07-23ohci: Use QOM realize for OHCIHu Tao
2013-07-23ohci: QOM'ify some moreHu Tao
2013-07-23usb/hcd-xhci: QOM parent field cleanupAndreas Färber
2013-07-23usb/hcd-xhci: QOM Upcast SweepPeter Crosthwaite
2013-07-23hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini
2013-06-24usb: add serial bus propertyGerd Hoffmann
2013-06-24usb-host-libusb: set USB_DEV_FLAG_IS_HOSTGerd Hoffmann
2013-06-24usb/host-libusb: Fix building with libusb git master codeHans de Goede
2013-06-24usb/hcd-ehci: Add Faraday FUSBH200 supportKuo-Jung Su
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su
2013-06-24usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-03xhci: add live migration supportGerd Hoffmann
2013-06-03xhci: add xhci_init_epctxGerd Hoffmann
2013-06-03xhci: add xhci_alloc_epctxGerd Hoffmann
2013-06-03xhci: add XHCISlot->addressedGerd Hoffmann
2013-06-03host-libusb: Correct test for USB packet stateEd Maste
2013-06-03Fix usage of USB_DEV_FLAG_IS_HOST flag.Michael Marineau
2013-05-12remove double semicolonsDong Xu Wang
2013-05-07xhci: handle USB_RET_BABBLEGerd Hoffmann
2013-05-07uhci: Use an intermediate buffer for usb packet dataHans de Goede
2013-05-07usb-host: add usb_host_full_speed_compatGerd Hoffmann
2013-05-07usb-host: live migration support for the libusb versionGerd Hoffmann
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini
2013-04-27ccid: Fix crash when backend isn't specifiedCole Robinson