summaryrefslogtreecommitdiff
path: root/hw/usb/dev-storage.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-3/+3
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi1-1/+1
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber1-2/+4
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber1-1/+3
2013-06-24usb: add serial bus propertyGerd Hoffmann1-10/+3
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic1-2/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-04-05usb-storage: Forward serial number to scsi-diskKevin Wolf1-1/+1
2013-02-19usb-storage: use scsi_req_enqueue return valueGerd Hoffmann1-2/+3
2013-01-22usb: add usb-bot device (scsi bulk-only transport).Gerd Hoffmann1-15/+79
2013-01-22Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"Gerd Hoffmann1-1/+1
2013-01-16usb-storage: Drop useless null test in usb_msd_handle_data()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-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-1/+1
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-31/+20
2012-09-11usb-storage: usb3 supportGerd Hoffmann1-3/+43
2012-08-07usb-storage: fix SYNCHRONIZE_CACHEGerd Hoffmann1-0/+3
2012-08-07usb-storage: improve debug loggingGerd Hoffmann1-2/+6
2012-07-17hw/block-common: Factor out fall back to legacy -drive serial=...Markus Armbruster1-8/+2
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-1/+1
2012-06-07usb-storage: migration supportGerd Hoffmann1-2/+21
2012-06-07usb-storage: add scsi_off, remove scsi_bufGerd Hoffmann1-4/+4
2012-06-07usb-storage: add usb_msd_packet_complete()Gerd Hoffmann1-12/+16
2012-06-07usb-storage: remove MSDState->residueGerd Hoffmann1-6/+4
2012-06-04qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino1-1/+1
2012-04-26usb: add serial number generatorGerd Hoffmann1-0/+2
2012-04-26usb-storage: fix request cancelingGerd Hoffmann1-1/+3
2012-04-09qdev: qdev_unplug(): use error_set()Luiz Capitulino1-1/+1
2012-03-13Endian fix an assertion in usb-msdBenjamin Herrenschmidt1-3/+3
2012-03-13usb: the big renameGerd Hoffmann1-0/+677