aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: make all of hw/usb/ configurable via default-configs/Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-08Merge remote-tracking branch 'kraxel/usb.79' into stagingAnthony Liguori
2013-04-05usb-storage: Forward serial number to scsi-diskKevin Wolf
2013-04-03usb-tablet: Don't claim wakeup capability for USB-2 versionHans de Goede
2013-04-03usb-hub: report status changes only onceGerd Hoffmann
2013-04-03usb-hub: limit chain lengthGerd Hoffmann
2013-04-03xhci: zap unused name fieldGerd Hoffmann
2013-04-03xhci: remove unimplemented printfsGerd Hoffmann
2013-04-03xhci: remove leftover debug printfGerd Hoffmann
2013-04-03xhci: fix numintrs sanity checksGerd Hoffmann
2013-04-03usb-redir: Add flow control supportHans de Goede
2013-04-03usb-redir: Fix crash on migration with no client connectedHans de Goede
2013-03-27qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede
2013-03-27qemu-char: Rename opened to be_openHans de Goede
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini
2013-02-23xhci: fix bad print specifierHervé Poussineau
2013-02-22unbreak hw/usb/redirect.c buildGerd Hoffmann
2013-02-19uas-uas: usb3 streamsGerd Hoffmann
2013-02-19usb-xhci: usb3 streamsGerd Hoffmann
2013-02-19usb-core: usb3 streamsGerd Hoffmann
2013-02-19usb: fix endpoint descriptor orderingGerd Hoffmann
2013-02-19usb-redir: simplify packet copyGerd Hoffmann
2013-02-19usb: make usb_packet_copy operate on combined packetsGerd Hoffmann
2013-02-19usb: add usb_ep_set_haltedGerd Hoffmann
2013-02-19usb-host: remove usb_host_device_closeGerd Hoffmann
2013-02-19usb-host: move legacy cmd line bitsGerd Hoffmann
2013-02-19usb-storage: use scsi_req_enqueue return valueGerd Hoffmann
2013-02-19allow disabling usb smartcard supportGerd Hoffmann
2013-02-19make usb devices configurableGerd Hoffmann
2013-02-19usb: Makefile cleanupGerd Hoffmann
2013-02-01net: intorduce qemu_del_nic()Jason Wang
2013-02-01net: introduce qemu_get_nic()Jason Wang
2013-02-01net: introduce qemu_get_queue()Jason Wang
2013-01-22usb: add usb-bot device (scsi bulk-only transport).Gerd Hoffmann
2013-01-22ohci: add missing breakGerd Hoffmann
2013-01-22Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"Gerd Hoffmann
2013-01-19usb: Fix compilation for MinGW (regression)Stefan Weil
2013-01-17HMP: add QDict to info callback handlerWenchao Xia
2013-01-16usb-storage: Drop useless null test in usb_msd_handle_data()Markus Armbruster
2013-01-14Merge remote-tracking branch 'kraxel/usb.76' into stagingAnthony Liguori
2013-01-14usb-host: Initialize dev->port the obviously safe wayMarkus Armbruster
2013-01-14usb-host: Drop superfluous null test from usb_host_auto_scan()Markus Armbruster
2013-01-14ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster
2013-01-14xhci: nuke transfe5rs on detachGerd Hoffmann