summaryrefslogtreecommitdiff
path: root/hw/usb/host-linux.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19usb-host: remove usb_host_device_closeGerd Hoffmann1-24/+0
2013-02-19usb-host: move legacy cmd line bitsGerd Hoffmann1-100/+1
2013-01-17HMP: add QDict to info callback handlerWenchao Xia1-1/+1
2013-01-14usb-host: Initialize dev->port the obviously safe wayMarkus Armbruster1-1/+1
2013-01-14usb-host: Drop superfluous null test from usb_host_auto_scan()Markus Armbruster1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-04usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede1-0/+1
2012-11-16usb-host: fix splitted transfersGerd Hoffmann1-2/+5
2012-11-16usb-host: update tracingGerd Hoffmann1-8/+12
2012-11-16usb: host-linux: Ignore parsing errors of the device descriptorsJan Kiszka1-20/+11
2012-11-16usb-host: scan for usb devices when the vm startsGerd Hoffmann1-0/+11
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-59/+69
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede1-1/+2
2012-09-12usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann1-1/+1
2012-08-16usb: async control xfer fixupGerd Hoffmann1-0/+1
2012-07-09usb-host: add trace events for iso xfersGerd Hoffmann1-4/+6
2012-07-09usb: split endpoint init and resetGerd Hoffmann1-2/+3
2012-06-20usb-host: live migration supportGerd Hoffmann1-1/+46
2012-06-20usb-host: attach only to running guestGerd Hoffmann1-15/+17
2012-05-14usb-host: handle guest-issued clear haltGerd Hoffmann1-0/+9
2012-04-26usb-host: fix zero-length packetsGerd Hoffmann1-3/+3
2012-04-26usb-host: don't dereference invalid iovecsGerd Hoffmann1-3/+3
2012-04-17usb-host: rewrite usb_linux_update_endp_tableGerd Hoffmann1-93/+101
2012-04-17usb-host: add property to turn off pipeliningGerd Hoffmann1-1/+9
2012-04-17usb-host: add usb packet to request tracepointsGerd Hoffmann1-12/+14
2012-04-17usb-host: trace canceled requestsGerd Hoffmann1-1/+3
2012-04-17usb-host: trace emulated requestsGerd Hoffmann1-3/+9
2012-04-17Add bootindex support to usb-host and usb-redirGerd Hoffmann1-0/+3
2012-03-13usb: the big renameGerd Hoffmann1-0/+1913