- 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years, 2 months ago
- 0dbe476 usb-host: use correct altsetting in usb_host_ep_update by Nick Rosbrook · 4 years, 1 month ago
- 2980a31 usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPER by Gerd Hoffmann · 4 years, 1 month ago
- a3c27ea hw/usb/host-libusb.c: fix build with kernel < 5.0 by Fabrice Fontaine · 4 years, 3 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 5 months ago
- 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 7 months ago
- 3d9f371 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-1' into staging by Peter Maydell · 4 years, 6 months ago
- 4969e69 usb-host: restrict workaround to new libusb versions by Gerd Hoffmann · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- 202d69a usb-host: workaround libusb bug by Gerd Hoffmann · 4 years, 6 months ago
- 631009e usb: fix usb-host build on windows. by Gerd Hoffmann · 4 years, 8 months ago
- 54cdfe5 usb-host: workaround libusb bug by Gerd Hoffmann · 4 years, 9 months ago
- 9f815e8 usb: add hostdevice property to usb-host by Gerd Hoffmann · 4 years, 9 months ago
- b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 10 months ago
- 40c2281 Drop more @errp parameters after previous commit by Markus Armbruster · 4 years, 10 months ago
- 76d0a93 usb-host: wait for cancel complete by Gerd Hoffmann · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 7bacaf5 usb-host: remove 'remote wakeup' flag from configuration descriptor by Yuri Benditovich · 5 years ago
- 1dfe2b9 usb-host: add option to allow all resets. by Gerd Hoffmann · 5 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- bfe4489 usb-host: avoid libusb_set_configuration calls by Gerd Hoffmann · 6 years ago
- 65f14ab usb-host: skip reset for untouched devices by Gerd Hoffmann · 6 years ago
- ba4c735 Introduce new "no_guest_reset" parameter for usb-host device by Alexander Kappner · 6 years ago
- 5621d04 usb-host: reset and close libusb_device_handle before qemu exit by linzhecheng · 6 years ago
- 933d2d4 usb-host: set ifs.detached as true if kernel driver is not active by linzhecheng · 6 years ago
- 3280ea8 usb-host: skip open on pending postload bh by Gerd Hoffmann · 7 years ago
- 9d8fa0d Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_option by John Thomson · 7 years ago
- 896b675 usb-host: support devices with sparse/non-sequential USB interfaces by Samuel Brian · 8 years ago
- 102a3d8 usb-host: switch to LIBUSB_API_VERSION by Gerd Hoffmann · 8 years ago
- c4fe970 usb: replace handle_destroy with unrealize by Marc-André Lureau · 8 years ago
- b99260e hw/ppc/spapr: Fix boot path of usb-host storage devices by Thomas Huth · 8 years ago
- 6a71123 usb-host: fix streams detection in usb_host_speed_compat by Gerd Hoffmann · 8 years ago
- c16e366 wxx: Fix compilation of host-libusb.c by Stefan Weil · 9 years ago
- 3bf2b3a wxx: Fix compiler warning for host-libusb.c by Stefan Weil · 9 years ago
- e058fa2 usb-host: add special case for bus+addr by Gerd Hoffmann · 9 years ago
- a277c3e usb: Support compilation without poll.h by Stefan Weil · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- e532b2e usb: Clean up includes by Peter Maydell · 9 years ago
- a9be4e7 usb-host: fix usb3ep0quirk test by Gerd Hoffmann · 9 years ago
- e206ddf usb-host: add wakeup call for iso xfers by Gerd Hoffmann · 10 years ago
- b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 10 years ago
- 6110ce5 Re-attach usb device to kernel while usb_host_open fails by Lin Ma · 10 years ago
- d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
- c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
- 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
- 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
- 7251711 usb: delete redundant brackets in usb_host_handle_control() by lijun · 10 years ago
- 79ae25a usb-host: fix usb_host_speed_compat tyops by Gerd Hoffmann · 10 years ago
- 1e03e40 Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing just the needed value as a defined. by Chris Johns · 10 years ago
- d749e10 bootindex: move calling add_boot_device_patch to bootindex setter function by Gonglei · 10 years ago
- e6adae5 host-libusb: remove bootindex property from qdev to qom by Gonglei · 10 years ago
- 2e6a0dd libusb: using error_report instead of fprintf by Gonglei · 10 years ago
- 2aa76dc libusb: convert init to realize by Gonglei · 10 years ago
- 7d553f2 usb-bus: convert USBDeviceClass init to realize by Gonglei · 10 years ago
- 3ce2144 usb: initialize libusb_device to avoid crash by Jincheng Miao · 11 years ago
- f3cda6e usb-host: add range checks for usb-host parameters by Gerd Hoffmann · 11 years ago
- 322fd1f usb-host: add HAVE_STREAMS define by Gerd Hoffmann · 11 years ago
- b88a3e0 usb-host: allow attaching usb3 devices to ehci by Gerd Hoffmann · 11 years ago
- 8d1bd3c usb-host-libusb: Set stream id when submitting bulk-stream transfers by Hans de Goede · 11 years ago
- 56a9f18 usb-host-libusb: Add alloc / free streams ops by Hans de Goede · 11 years ago
- b664b80 usb-host-libusb: Fill in endpoint max_streams when available by Hans de Goede · 11 years ago
- c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
- f34d5c7 usb-host-libusb: Detach kernel drivers earlier by Hans de Goede · 11 years ago
- 1294ca7 usb-host-libusb: Configuration 0 may be a valid configuration by Hans de Goede · 11 years ago
- 5af35d7 usb-host-libusb: Fix reset handling by Hans de Goede · 11 years ago
- bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
- 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
- 628e548 usb-host-libusb: set USB_DEV_FLAG_IS_HOST by Gerd Hoffmann · 12 years ago
- bc45de8 usb/host-libusb: Fix building with libusb git master code by Hans de Goede · 12 years ago
- 45ec267 host-libusb: Correct test for USB packet state by Ed Maste · 12 years ago
- c3268cc usb-host: add usb_host_full_speed_compat by Gerd Hoffmann · 12 years ago
- 95efb20 usb-host: live migration support for the libusb version by Gerd Hoffmann · 12 years ago
- 3f5cc97 usb-host: raise libusbx minimum version to 1.0.13 by Gerd Hoffmann · 12 years ago
- 2b2325f use libusb for usb-host by Gerd Hoffmann · 12 years ago