index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
/
dev-uas.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
cleanup: Drop pointless return at end of function
Markus Armbruster
2025-04-24
1
-1
/
+0
*
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
*
hw/usb: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
hw/usb: Constify VMState
Richard Henderson
2023-12-30
1
-1
/
+1
*
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-28
1
-1
/
+2
*
Replace use of qdev_reset_all() with device_cold_reset()
Peter Maydell
2022-12-16
1
-1
/
+1
*
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
2022-09-01
1
-2
/
+3
*
uas: add missing return
Gerd Hoffmann
2022-01-13
1
-0
/
+1
*
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-09-30
1
-2
/
+1
*
uas: add stream number sanity checks.
Gerd Hoffmann
2021-09-01
1
-0
/
+11
*
usb: drop usb_host_dev_is_scsi_storage hook
Gerd Hoffmann
2021-07-09
1
-0
/
+1
*
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2021-02-25
1
-4
/
+3
*
hw/usb/dev-uas: Report command additional adb length as unsupported
Philippe Mathieu-Daudé
2021-01-22
1
-1
/
+11
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-2
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-0
/
+1
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
uas: fix super speed bMaxPacketSize0
Gerd Hoffmann
2020-02-12
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
*
Revert "usb: release the created buses"
Marc-André Lureau
2018-06-18
1
-2
/
+0
*
usb: use local path for local headers
Michael S. Tsirkin
2018-06-01
1
-1
/
+1
*
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-09-19
1
-1
/
+1
*
usb: release the created buses
Marc-André Lureau
2017-03-01
1
-0
/
+2
*
usb: replace handle_destroy with unrealize
Marc-André Lureau
2017-02-23
1
-2
/
+2
*
usb/uas: more verbose error message
Gerd Hoffmann
2017-02-06
1
-1
/
+2
*
usb-uas: hotplug support
Gerd Hoffmann
2016-06-22
1
-0
/
+5
*
usb: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
usb: usb-uas QOMify
Gonglei
2015-05-08
1
-6
/
+9
*
dev-uas: using error_report instead of fprintf
Gonglei
2014-09-23
1
-5
/
+6
*
dev-uas: convert init to realize
Gonglei
2014-09-23
1
-4
/
+2
*
usb: Remove magic constants from device bmAttributes
Pantelis Koukousoulas
2014-02-18
1
-2
/
+2
*
uas: s/ui/iu/
Hans de Goede
2013-11-26
1
-38
/
+38
*
uas: Fix response iu struct definition
Hans de Goede
2013-11-26
1
-10
/
+8
*
uas: Bounds check tags when using streams
Hans de Goede
2013-11-26
1
-0
/
+14
*
uas: Streams are numbered 1-y, rather then 0-x
Hans de Goede
2013-11-26
1
-3
/
+3
*
uas: Fix / cleanup usb_uas_task error handling
Hans de Goede
2013-11-26
1
-17
/
+3
*
uas: Only use report iu-s for task_mgmt status reporting
Hans de Goede
2013-11-26
1
-8
/
+22
*
Merge remote-tracking branch 'kraxel/usb.88' into staging
Anthony Liguori
2013-09-03
1
-3
/
+12
|
\
|
*
uas: add property for request logging
Gerd Hoffmann
2013-09-02
1
-3
/
+12
*
|
scsi: Pass size to scsi_bus_new()
Andreas Färber
2013-08-30
1
-1
/
+2
|
/
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
*
scsi: add bus_name parameter to scsi_bus_new.
KONRAD Frederic
2013-05-03
1
-1
/
+1
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-2
/
+2
*
uas-uas: usb3 streams
Gerd Hoffmann
2013-02-19
1
-42
/
+205
*
usb-core: usb3 streams
Gerd Hoffmann
2013-02-19
1
-1
/
+1
[next]