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
/
host-libusb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-01
hw/usb: Fix typo in comments and print
Cai Huoqing
1
-1
/
+1
2021-07-29
usb-host: wire up timer for windows
Gerd Hoffmann
1
-1
/
+32
2021-07-09
usb: build usb-host as module
Gerd Hoffmann
1
-0
/
+1
2021-07-09
monitor/usb: register 'info usbhost' dynamically
Gerd Hoffmann
1
-0
/
+1
2021-07-09
usb: drop usb_host_dev_is_scsi_storage hook
Gerd Hoffmann
1
-29
/
+7
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-02-17
usb-host: use correct altsetting in usb_host_ep_update
Nick Rosbrook
1
-3
/
+15
2021-01-22
usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPER
Gerd Hoffmann
1
-0
/
+15
2021-01-22
hw/usb/host-libusb.c: fix build with kernel < 5.0
Fabrice Fontaine
1
-1
/
+2
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-1
/
+1
2020-09-12
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-...
Peter Maydell
1
-1
/
+1
2020-09-10
usb-host: restrict workaround to new libusb versions
Gerd Hoffmann
1
-1
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-1
/
+2
2020-08-31
usb-host: workaround libusb bug
Gerd Hoffmann
1
-1
/
+36
2020-07-13
usb: fix usb-host build on windows.
Gerd Hoffmann
1
-2
/
+2
2020-06-17
usb-host: workaround libusb bug
Gerd Hoffmann
1
-0
/
+14
2020-06-17
usb: add hostdevice property to usb-host
Gerd Hoffmann
1
-14
/
+61
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-1
/
+1
2020-02-12
usb-host: wait for cancel complete
Gerd Hoffmann
1
-8
/
+9
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-13
usb-host: remove 'remote wakeup' flag from configuration descriptor
Yuri Benditovich
1
-0
/
+20
2019-11-06
usb-host: add option to allow all resets.
Gerd Hoffmann
1
-4
/
+9
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+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
2019-05-29
usb-host: avoid libusb_set_configuration calls
Gerd Hoffmann
1
-8
/
+10
2019-05-29
usb-host: skip reset for untouched devices
Gerd Hoffmann
1
-0
/
+3
2019-03-07
Introduce new "no_guest_reset" parameter for usb-host device
Alexander Kappner
1
-1
/
+6
2018-12-10
usb-host: reset and close libusb_device_handle before qemu exit
linzhecheng
1
-0
/
+2
2018-11-27
usb-host: set ifs.detached as true if kernel driver is not active
linzhecheng
1
-0
/
+3
2018-05-07
usb-host: skip open on pending postload bh
Gerd Hoffmann
1
-0
/
+7
2018-04-27
Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_option
John Thomson
1
-0
/
+4
2017-06-21
usb-host: support devices with sparse/non-sequential USB interfaces
Samuel Brian
1
-10
/
+14
2017-04-03
usb-host: switch to LIBUSB_API_VERSION
Gerd Hoffmann
1
-2
/
+5
2017-02-23
usb: replace handle_destroy with unrealize
Marc-André Lureau
1
-2
/
+2
2017-01-31
hw/ppc/spapr: Fix boot path of usb-host storage devices
Thomas Huth
1
-0
/
+29
2016-09-13
usb-host: fix streams detection in usb_host_speed_compat
Gerd Hoffmann
1
-2
/
+5
2016-08-02
wxx: Fix compilation of host-libusb.c
Stefan Weil
1
-3
/
+4
2016-08-02
wxx: Fix compiler warning for host-libusb.c
Stefan Weil
1
-1
/
+2
2016-06-13
usb-host: add special case for bus+addr
Gerd Hoffmann
1
-4
/
+52
2016-05-11
usb: Support compilation without poll.h
Stefan Weil
1
-1
/
+12
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
usb: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-03
usb-host: fix usb3ep0quirk test
Gerd Hoffmann
1
-1
/
+1
2015-10-20
usb-host: add wakeup call for iso xfers
Gerd Hoffmann
1
-0
/
+1
[next]