summaryrefslogtreecommitdiffstats
path: root/hw/usb/dev-storage.c
Commit message (Expand)AuthorAgeFilesLines
* usb/storage: clear csw on resetGerd Hoffmann2021-03-151-0/+1
* usb/storage move usb-storage device to separate source fileGerd Hoffmann2021-03-151-135/+0Star
* usb/storage: move usb-bot device to separate source fileGerd Hoffmann2021-03-151-42/+0Star
* usb/storage: move declarations to usb/msd.h headerGerd Hoffmann2021-03-151-42/+6Star
* scsi: drop 'result' argument from command_complete callbackHannes Reinecke2021-02-251-3/+3
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-2/+2
* usb-storage: fill csw on cancelGerd Hoffmann2020-11-161-0/+4
* usb-storage: use bool for removable propertyGerd Hoffmann2020-11-161-2/+2
* usb-storage: add commandlog propertyGerd Hoffmann2020-11-161-5/+5
* usb-storage: switch trace eventsGerd Hoffmann2020-11-161-25/+17Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* usb: fix storage regressionGerd Hoffmann2020-07-161-2/+1Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* qapi: Use returned bool to check for failure, manual partMarkus Armbruster2020-07-101-2/+2
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* block: consolidate blocksize properties consistency checksRoman Kagan2020-06-171-1/+4
* usb: add short-packet handling to usb-storage driverPaul Zimmerman2020-06-051-1/+14
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* usb/dev-storage: remove unused includeMaxim Levitsky2020-03-091-1/+0Star
* hw/usb/dev-storage: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
* block: Remove deprecated -drive option serialKevin Wolf2018-08-151-1/+0Star
* Revert "block: Remove deprecated -drive option serial"Cornelia Huck2018-07-101-0/+1
* usb-storage: Add rerror/werror propertiesKevin Wolf2018-06-291-0/+2
* Revert "usb: release the created buses"Marc-André Lureau2018-06-181-16/+0Star
* block: Remove deprecated -drive option serialKevin Wolf2018-06-151-1/+0Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-041-1/+1
|\
| * usb: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* | hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
|/
* usb-storage: Fix share-rw option parsingFam Zheng2018-01-261-1/+2
* usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth2018-01-261-58/+0Star
* dev-storage: Fix the unusual function nameMao Zhongyi2017-12-191-10/+10
* hw/block: Use errp directly rather than local_errMao Zhongyi2017-12-191-6/+3Star
* Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...Peter Maydell2017-03-021-0/+16
|\
| * usb: release the created busesMarc-André Lureau2017-03-011-0/+16
* | hw/block: Request permissionsKevin Wolf2017-02-281-1/+5
|/
* block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf2016-07-131-0/+1
* block/qdev: Allow node name for drive propertiesKevin Wolf2016-07-131-1/+4
* usb-bot: hotplug supportGerd Hoffmann2016-06-221-2/+6
* usb-storage: qcow2 encryption support is finally gone, zap dead codeGerd Hoffmann2016-06-221-34/+0Star
* error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-3/+1Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-4/+4
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2