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
/
host-libusb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
1
-1
/
+1
*
usb-host: wait for cancel complete
Gerd Hoffmann
2020-02-12
1
-8
/
+9
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
usb-host: remove 'remote wakeup' flag from configuration descriptor
Yuri Benditovich
2020-01-13
1
-0
/
+20
*
usb-host: add option to allow all resets.
Gerd Hoffmann
2019-11-06
1
-4
/
+9
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+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
*
usb-host: avoid libusb_set_configuration calls
Gerd Hoffmann
2019-05-29
1
-8
/
+10
*
usb-host: skip reset for untouched devices
Gerd Hoffmann
2019-05-29
1
-0
/
+3
*
Introduce new "no_guest_reset" parameter for usb-host device
Alexander Kappner
2019-03-07
1
-1
/
+6
*
usb-host: reset and close libusb_device_handle before qemu exit
linzhecheng
2018-12-10
1
-0
/
+2
*
usb-host: set ifs.detached as true if kernel driver is not active
linzhecheng
2018-11-27
1
-0
/
+3
*
usb-host: skip open on pending postload bh
Gerd Hoffmann
2018-05-07
1
-0
/
+7
*
Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_option
John Thomson
2018-04-27
1
-0
/
+4
*
usb-host: support devices with sparse/non-sequential USB interfaces
Samuel Brian
2017-06-21
1
-10
/
+14
*
usb-host: switch to LIBUSB_API_VERSION
Gerd Hoffmann
2017-04-03
1
-2
/
+5
*
usb: replace handle_destroy with unrealize
Marc-André Lureau
2017-02-23
1
-2
/
+2
*
hw/ppc/spapr: Fix boot path of usb-host storage devices
Thomas Huth
2017-01-31
1
-0
/
+29
*
usb-host: fix streams detection in usb_host_speed_compat
Gerd Hoffmann
2016-09-13
1
-2
/
+5
*
wxx: Fix compilation of host-libusb.c
Stefan Weil
2016-08-02
1
-3
/
+4
*
wxx: Fix compiler warning for host-libusb.c
Stefan Weil
2016-08-02
1
-1
/
+2
*
usb-host: add special case for bus+addr
Gerd Hoffmann
2016-06-13
1
-4
/
+52
*
usb: Support compilation without poll.h
Stefan Weil
2016-05-11
1
-1
/
+12
*
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
*
usb-host: fix usb3ep0quirk test
Gerd Hoffmann
2015-11-03
1
-1
/
+1
*
usb-host: add wakeup call for iso xfers
Gerd Hoffmann
2015-10-20
1
-0
/
+1
*
maint: remove / fix many doubled words
Daniel P. Berrange
2015-09-11
1
-1
/
+1
*
Re-attach usb device to kernel while usb_host_open fails
Lin Ma
2015-07-16
1
-0
/
+3
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
2015-02-26
1
-2
/
+1
|
\
|
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-2
/
+1
*
|
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
Markus Armbruster
2015-02-18
1
-1
/
+1
|
/
*
usb: delete redundant brackets in usb_host_handle_control()
lijun
2014-12-10
1
-1
/
+1
*
usb-host: fix usb_host_speed_compat tyops
Gerd Hoffmann
2014-11-12
1
-3
/
+3
*
Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing...
Chris Johns
2014-11-11
1
-0
/
+6
*
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-10-15
1
-1
/
+0
*
host-libusb: remove bootindex property from qdev to qom
Gonglei
2014-10-15
1
-1
/
+11
*
libusb: using error_report instead of fprintf
Gonglei
2014-09-23
1
-5
/
+4
*
libusb: convert init to realize
Gonglei
2014-09-23
1
-9
/
+8
*
usb-bus: convert USBDeviceClass init to realize
Gonglei
2014-09-23
1
-2
/
+5
*
usb: initialize libusb_device to avoid crash
Jincheng Miao
2014-07-01
1
-2
/
+2
*
usb-host: add range checks for usb-host parameters
Gerd Hoffmann
2014-06-13
1
-0
/
+13
*
usb-host: add HAVE_STREAMS define
Gerd Hoffmann
2014-06-02
1
-7
/
+11
*
usb-host: allow attaching usb3 devices to ehci
Gerd Hoffmann
2014-06-02
1
-8
/
+54
*
usb-host-libusb: Set stream id when submitting bulk-stream transfers
Hans de Goede
2014-05-26
1
-4
/
+17
[next]