index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
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
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
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
1
-1
/
+1
2015-07-16
Re-attach usb device to kernel while usb_host_open fails
Lin Ma
1
-0
/
+3
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
1
-2
/
+1
2015-02-18
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
Markus Armbruster
1
-1
/
+1
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-2
/
+1
2014-12-10
usb: delete redundant brackets in usb_host_handle_control()
lijun
1
-1
/
+1
2014-11-12
usb-host: fix usb_host_speed_compat tyops
Gerd Hoffmann
1
-3
/
+3
2014-11-11
Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing...
Chris Johns
1
-0
/
+6
2014-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
1
-1
/
+0
2014-10-15
host-libusb: remove bootindex property from qdev to qom
Gonglei
1
-1
/
+11
2014-09-23
libusb: using error_report instead of fprintf
Gonglei
1
-5
/
+4
2014-09-23
libusb: convert init to realize
Gonglei
1
-9
/
+8
2014-09-23
usb-bus: convert USBDeviceClass init to realize
Gonglei
1
-2
/
+5
2014-07-01
usb: initialize libusb_device to avoid crash
Jincheng Miao
1
-2
/
+2
2014-06-13
usb-host: add range checks for usb-host parameters
Gerd Hoffmann
1
-0
/
+13
2014-06-02
usb-host: add HAVE_STREAMS define
Gerd Hoffmann
1
-7
/
+11
2014-06-02
usb-host: allow attaching usb3 devices to ehci
Gerd Hoffmann
1
-8
/
+54
2014-05-26
usb-host-libusb: Set stream id when submitting bulk-stream transfers
Hans de Goede
1
-4
/
+17
2014-05-26
usb-host-libusb: Add alloc / free streams ops
Hans de Goede
1
-0
/
+50
2014-05-26
usb-host-libusb: Fill in endpoint max_streams when available
Hans de Goede
1
-0
/
+12
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
1
-2
/
+2
2013-10-22
usb-host-libusb: Detach kernel drivers earlier
Hans de Goede
1
-2
/
+5
2013-10-22
usb-host-libusb: Configuration 0 may be a valid configuration
Hans de Goede
1
-5
/
+4
2013-10-22
usb-host-libusb: Fix reset handling
Hans de Goede
1
-6
/
+4
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-3
/
+3
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
1
-0
/
+1
2013-06-24
usb-host-libusb: set USB_DEV_FLAG_IS_HOST
Gerd Hoffmann
1
-0
/
+1
2013-06-24
usb/host-libusb: Fix building with libusb git master code
Hans de Goede
1
-0
/
+4
2013-06-03
host-libusb: Correct test for USB packet state
Ed Maste
1
-1
/
+1
2013-05-07
usb-host: add usb_host_full_speed_compat
Gerd Hoffmann
1
-3
/
+37
2013-05-07
usb-host: live migration support for the libusb version
Gerd Hoffmann
1
-5
/
+49
2013-04-23
usb-host: raise libusbx minimum version to 1.0.13
Gerd Hoffmann
1
-5
/
+0
[next]