summaryrefslogtreecommitdiff
path: root/hw/usb/dev-uas.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-2/+2
2013-11-26uas: s/ui/iu/Hans de Goede1-38/+38
2013-11-26uas: Fix response iu struct definitionHans de Goede1-10/+8
2013-11-26uas: Bounds check tags when using streamsHans de Goede1-0/+14
2013-11-26uas: Streams are numbered 1-y, rather then 0-xHans de Goede1-3/+3
2013-11-26uas: Fix / cleanup usb_uas_task error handlingHans de Goede1-17/+3
2013-11-26uas: Only use report iu-s for task_mgmt status reportingHans de Goede1-8/+22
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori1-3/+12
2013-09-02uas: add property for request loggingGerd Hoffmann1-3/+12
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber1-1/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-02-19uas-uas: usb3 streamsGerd Hoffmann1-42/+205
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-20/+16
2012-10-05cleanup useless return sentenceAmos Kong1-2/+0
2012-08-31uas: move transfer kickoffGerd Hoffmann1-2/+1
2012-08-16usb: update uas product idGerd Hoffmann1-1/+1
2012-07-12usb: add usb attached scsi emulationGerd Hoffmann1-0/+779