aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/dev-storage.c
AgeCommit message (Expand)Author
2023-12-30hw/usb: Constify VMStateRichard Henderson
2023-10-06hw/usb: Silence compiler warnings in USB code when compiling with -WshadowThomas Huth
2022-09-27usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assertGerd Hoffmann
2022-09-27usb/msd: move usb_msd_packet_complete()Gerd Hoffmann
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin
2021-03-15usb/storage: clear csw on resetGerd Hoffmann
2021-03-15usb/storage move usb-storage device to separate source fileGerd Hoffmann
2021-03-15usb/storage: move usb-bot device to separate source fileGerd Hoffmann
2021-03-15usb/storage: move declarations to usb/msd.h headerGerd Hoffmann
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2020-11-16usb-storage: fill csw on cancelGerd Hoffmann
2020-11-16usb-storage: use bool for removable propertyGerd Hoffmann
2020-11-16usb-storage: add commandlog propertyGerd Hoffmann
2020-11-16usb-storage: switch trace eventsGerd Hoffmann
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-16usb: fix storage regressionGerd Hoffmann
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan
2020-06-05usb: add short-packet handling to usb-storage driverPaul Zimmerman
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-09usb/dev-storage: remove unused includeMaxim Levitsky
2020-03-09hw/usb/dev-storage: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-06hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2018-08-15block: Remove deprecated -drive option serialKevin Wolf
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck
2018-06-29usb-storage: Add rerror/werror propertiesKevin Wolf
2018-06-18Revert "usb: release the created buses"Marc-André Lureau
2018-06-15block: Remove deprecated -drive option serialKevin Wolf
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01usb: use local path for local headersMichael S. Tsirkin
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-01-26usb-storage: Fix share-rw option parsingFam Zheng
2018-01-26usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth
2017-12-19dev-storage: Fix the unusual function nameMao Zhongyi
2017-12-19hw/block: Use errp directly rather than local_errMao Zhongyi
2017-03-02Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...Peter Maydell
2017-03-01usb: release the created busesMarc-André Lureau
2017-02-28hw/block: Request permissionsKevin Wolf
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf
2016-07-13block/qdev: Allow node name for drive propertiesKevin Wolf
2016-06-22usb-bot: hotplug supportGerd Hoffmann
2016-06-22usb-storage: qcow2 encryption support is finally gone, zap dead codeGerd Hoffmann