index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
dev-storage.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-2
/
+2
2016-01-29
usb: Clean up includes
Peter Maydell
1
-0
/
+1
2015-10-23
hw/usb-storage: Check whether BB is inserted
Max Reitz
1
-14
/
+16
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-05-08
usb: usb-storage QOMify
Gonglei
1
-12
/
+20
2015-03-17
usb/dev-storage: Avoid qerror_report_err() outside QMP handlers
Markus Armbruster
1
-2
/
+1
2015-03-17
usb/dev-storage: Fix QMP device_add missing encryption key failure
Markus Armbruster
1
-19
/
+17
2015-03-17
monitor usb: Inline monitor_read_bdrv_key_start()'s first part
Markus Armbruster
1
-2
/
+11
2015-03-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+5
2015-03-10
BlockConf: Call backend functions to detect geometry and blocksizes
Ekaterina Tumanova
1
-0
/
+1
2015-03-10
hw: Propagate errors through qdev_prop_set_drive()
Markus Armbruster
1
-2
/
+5
[next]