Age | Commit message (Expand) | Author | Files | Lines |
2022-09-01 | scsi: Add buf_len parameter to scsi_req_new() | John Millikin | 1 | -1/+1 |
2021-03-15 | usb/storage: clear csw on reset | Gerd Hoffmann | 1 | -0/+1 |
2021-03-15 | usb/storage move usb-storage device to separate source file | Gerd Hoffmann | 1 | -135/+0 |
2021-03-15 | usb/storage: move usb-bot device to separate source file | Gerd Hoffmann | 1 | -42/+0 |
2021-03-15 | usb/storage: move declarations to usb/msd.h header | Gerd Hoffmann | 1 | -42/+6 |
2021-02-25 | scsi: drop 'result' argument from command_complete callback | Hannes Reinecke | 1 | -3/+3 |
2021-01-27 | block: Separate blk_is_writable() and blk_supports_write_perm() | Kevin Wolf | 1 | -2/+2 |
2020-11-16 | usb-storage: fill csw on cancel | Gerd Hoffmann | 1 | -0/+4 |
2020-11-16 | usb-storage: use bool for removable property | Gerd Hoffmann | 1 | -2/+2 |
2020-11-16 | usb-storage: add commandlog property | Gerd Hoffmann | 1 | -5/+5 |
2020-11-16 | usb-storage: switch trace events | Gerd Hoffmann | 1 | -25/+17 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -1/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-07-16 | usb: fix storage regression | Gerd Hoffmann | 1 | -2/+1 |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 1 | -2/+2 |
2020-07-10 | qapi: Use returned bool to check for failure, manual part | Markus Armbruster | 1 | -2/+2 |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 1 | -2/+1 |
2020-06-17 | block: consolidate blocksize properties consistency checks | Roman Kagan | 1 | -1/+4 |
2020-06-05 | usb: add short-packet handling to usb-storage driver | Paul Zimmerman | 1 | -1/+14 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -1/+1 |
2020-03-09 | usb/dev-storage: remove unused include | Maxim Levitsky | 1 | -1/+0 |
2020-03-09 | hw/usb/dev-storage: Remove unused "ui/console.h" header | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+1 |
2019-06-06 | hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdev | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-08-15 | block: Remove deprecated -drive option serial | Kevin Wolf | 1 | -1/+0 |
2018-07-10 | Revert "block: Remove deprecated -drive option serial" | Cornelia Huck | 1 | -0/+1 |
2018-06-29 | usb-storage: Add rerror/werror properties | Kevin Wolf | 1 | -0/+2 |
2018-06-18 | Revert "usb: release the created buses" | Marc-André Lureau | 1 | -16/+0 |
2018-06-15 | block: Remove deprecated -drive option serial | Kevin Wolf | 1 | -1/+0 |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+1 |
2018-06-01 | usb: use local path for local headers | Michael S. Tsirkin | 1 | -1/+1 |
2018-06-01 | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-01-26 | usb-storage: Fix share-rw option parsing | Fam Zheng | 1 | -1/+2 |
2018-01-26 | usb: Remove legacy -usbdevice options (host, serial, disk and net) | Thomas Huth | 1 | -58/+0 |
2017-12-19 | dev-storage: Fix the unusual function name | Mao Zhongyi | 1 | -10/+10 |
2017-12-19 | hw/block: Use errp directly rather than local_err | Mao Zhongyi | 1 | -6/+3 |
2017-03-02 | Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st... | Peter Maydell | 1 | -0/+16 |
2017-03-01 | usb: release the created buses | Marc-André Lureau | 1 | -0/+16 |
2017-02-28 | hw/block: Request permissions | Kevin Wolf | 1 | -1/+5 |
2016-07-13 | block/qdev: Allow configuring WCE with qdev properties | Kevin Wolf | 1 | -0/+1 |
2016-07-13 | block/qdev: Allow node name for drive properties | Kevin Wolf | 1 | -1/+4 |
2016-06-22 | usb-bot: hotplug support | Gerd Hoffmann | 1 | -2/+6 |
2016-06-22 | usb-storage: qcow2 encryption support is finally gone, zap dead code | Gerd Hoffmann | 1 | -34/+0 |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost | 1 | -3/+1 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake | 1 | -4/+4 |