index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
/
bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
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
-0
/
+1
*
hw/usb/bus.c: Handle "no speed matched" case in usb_mask_to_str()
Peter Maydell
2019-04-01
1
-0
/
+4
*
usb: drop unnecessary usb_device_post_load checks
Jonathan Davies
2019-01-08
1
-6
/
+0
*
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
2018-10-19
1
-2
/
+3
*
hmp-commands: Remove the deprecated usb_add and usb_del
Thomas Huth
2017-12-14
1
-22
/
+0
*
hw/usb/bus: Remove bad object_unparent() from usb_try_create_simple()
Thomas Huth
2017-09-29
1
-3
/
+1
*
usb: Fix build with newer gcc
Eric Blake
2017-07-20
1
-2
/
+4
*
error: Apply error_propagate_null.cocci again
Fam Zheng
2017-04-24
1
-3
/
+1
*
migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable
Ashijeet Acharya
2017-02-28
1
-19
/
+0
*
usb: replace handle_destroy with unrealize
Marc-André Lureau
2017-02-23
1
-4
/
+5
*
migration: Allow "device add" options to only add migratable devices
Ashijeet Acharya
2017-01-24
1
-0
/
+19
*
usb: free USBDevice.strings
Marc-André Lureau
2016-08-07
1
-0
/
+7
*
usb: Add QOM property "attached".
Gerd Hoffmann
2016-06-22
1
-0
/
+43
*
usb: make USBDevice->attached bool
Gerd Hoffmann
2016-06-22
1
-4
/
+4
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
usb: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
2016-01-13
1
-3
/
+3
*
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
2016-01-13
1
-3
/
+2
*
usb: print device id in "info usb" monitor command
Gerd Hoffmann
2015-10-20
1
-3
/
+6
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
usb: Improve companion configuration error messages
Markus Armbruster
2015-03-17
1
-10
/
+8
*
usb: Propagate errors through usb_register_companion()
Markus Armbruster
2015-03-17
1
-7
/
+10
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...
Peter Maydell
2015-02-25
1
-1
/
+1
|
\
|
*
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
Markus Armbruster
2015-02-18
1
-1
/
+1
*
|
usb: Change usb_create_simple() to abort on failure
Markus Armbruster
2015-02-18
1
-8
/
+1
*
|
usb: Suppress bogus error when automatic usb-hub creation fails
Markus Armbruster
2015-02-18
1
-7
/
+28
*
|
usb: Do not prefix error_setg() messages with "Error: "
Markus Armbruster
2015-02-18
1
-2
/
+2
*
|
usb: Improve -usbdevice error reporting a bit
Markus Armbruster
2015-02-18
1
-3
/
+19
*
|
usb: usb_create() can't fail, drop useless error handling
Markus Armbruster
2015-02-18
1
-4
/
+0
|
/
*
usb: Convert usb devices to hotplug handler API
Igor Mammedov
2014-10-15
1
-2
/
+7
*
usb-bus: introduce a wrapper function to check speed
Gonglei
2014-09-23
1
-1
/
+13
*
usb-bus: remove "init" from USBDeviceClass struct
Gonglei
2014-09-23
1
-2
/
+0
*
usb-bus: convert USBDeviceClass init to realize
Gonglei
2014-09-23
1
-39
/
+42
*
usb: add usb_bus_release function
Gonglei
2014-08-29
1
-0
/
+7
*
usb: Fix bootindex for portnr > 9
Markus Armbruster
2014-08-29
1
-2
/
+2
*
usb: fix up post load checks
Michael S. Tsirkin
2014-05-14
1
-2
/
+2
*
savevm: Remove all the unneeded version_minimum_id_old (usb)
Juan Quintela
2014-05-14
1
-1
/
+1
*
usb: sanity check setup_index+setup_len in post_load
Michael S. Tsirkin
2014-05-05
1
-1
/
+3
*
usb: add support for microsoft os descriptors
Gerd Hoffmann
2014-01-16
1
-0
/
+2
*
usb: Add usb_device_alloc/free_streams
Hans de Goede
2013-11-26
1
-0
/
+18
*
qdev: Drop misleading qdev_free() function
Stefan Hajnoczi
2013-11-05
1
-3
/
+4
*
usb: sanity check setup_index+setup_len in post_load
Gerd Hoffmann
2013-09-10
1
-0
/
+4
*
qdev: Pass size to qbus_create_inplace()
Andreas Färber
2013-08-30
1
-1
/
+1
*
usb: Pass size to usb_bus_new()
Andreas Färber
2013-08-30
1
-1
/
+2
*
usb: add serial bus property
Gerd Hoffmann
2013-06-24
1
-0
/
+1
[next]