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-uas.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-30
hw/usb: Constify VMState
Richard Henderson
1
-1
/
+1
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-1
/
+2
2022-12-16
Replace use of qdev_reset_all() with device_cold_reset()
Peter Maydell
1
-1
/
+1
2022-09-01
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
1
-2
/
+3
2022-01-13
uas: add missing return
Gerd Hoffmann
1
-0
/
+1
2021-09-30
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
1
-2
/
+1
2021-09-01
uas: add stream number sanity checks.
Gerd Hoffmann
1
-0
/
+11
2021-07-09
usb: drop usb_host_dev_is_scsi_storage hook
Gerd Hoffmann
1
-0
/
+1
2021-02-25
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
1
-4
/
+3
2021-01-22
hw/usb/dev-uas: Report command additional adb length as unsupported
Philippe Mathieu-Daudé
1
-1
/
+11
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-2
/
+1
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
-0
/
+1
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-02-12
uas: fix super speed bMaxPacketSize0
Gerd Hoffmann
1
-1
/
+1
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 qemu/main-loop.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
2018-06-18
Revert "usb: release the created buses"
Marc-André Lureau
1
-2
/
+0
2018-06-01
usb: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
1
-1
/
+1
2017-03-01
usb: release the created buses
Marc-André Lureau
1
-0
/
+2
2017-02-23
usb: replace handle_destroy with unrealize
Marc-André Lureau
1
-2
/
+2
2017-02-06
usb/uas: more verbose error message
Gerd Hoffmann
1
-1
/
+2
2016-06-22
usb-uas: hotplug support
Gerd Hoffmann
1
-0
/
+5
2016-01-29
usb: Clean up includes
Peter Maydell
1
-0
/
+1
2015-05-08
usb: usb-uas QOMify
Gonglei
1
-6
/
+9
2014-09-23
dev-uas: using error_report instead of fprintf
Gonglei
1
-5
/
+6
2014-09-23
dev-uas: convert init to realize
Gonglei
1
-4
/
+2
2014-02-18
usb: Remove magic constants from device bmAttributes
Pantelis Koukousoulas
1
-2
/
+2
2013-11-26
uas: s/ui/iu/
Hans de Goede
1
-38
/
+38
2013-11-26
uas: Fix response iu struct definition
Hans de Goede
1
-10
/
+8
2013-11-26
uas: Bounds check tags when using streams
Hans de Goede
1
-0
/
+14
2013-11-26
uas: Streams are numbered 1-y, rather then 0-x
Hans de Goede
1
-3
/
+3
2013-11-26
uas: Fix / cleanup usb_uas_task error handling
Hans de Goede
1
-17
/
+3
2013-11-26
uas: Only use report iu-s for task_mgmt status reporting
Hans de Goede
1
-8
/
+22
2013-09-03
Merge remote-tracking branch 'kraxel/usb.88' into staging
Anthony Liguori
1
-3
/
+12
2013-09-02
uas: add property for request logging
Gerd Hoffmann
1
-3
/
+12
2013-08-30
scsi: Pass size to scsi_bus_new()
Andreas Färber
1
-1
/
+2
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
1
-0
/
+1
2013-05-03
scsi: add bus_name parameter to scsi_bus_new.
KONRAD Frederic
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-02-19
uas-uas: usb3 streams
Gerd Hoffmann
1
-42
/
+205
2013-02-19
usb-core: usb3 streams
Gerd Hoffmann
1
-1
/
+1
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-11-08
usb: split packet result into actual_length + status
Hans de Goede
1
-20
/
+16
2012-10-05
cleanup useless return sentence
Amos Kong
1
-2
/
+0
[next]