aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/host-libusb.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-17hw/usb/host-libusb: Get rid of qemu_open_old()Zhao Liu1-2/+1
2023-12-30hw/usb: Constify VMStateRichard Henderson1-1/+1
2023-10-06hw/usb: Silence compiler warnings in USB code when compiling with -WshadowThomas Huth1-1/+1
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov1-2/+4
2022-11-11host-libusb: Remove unused variableMiroslav Rezanina1-15/+0
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani1-0/+1
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2021-09-01hw/usb: Fix typo in comments and printCai Huoqing1-1/+1
2021-07-29usb-host: wire up timer for windowsGerd Hoffmann1-1/+32
2021-07-09usb: build usb-host as moduleGerd Hoffmann1-0/+1
2021-07-09monitor/usb: register 'info usbhost' dynamicallyGerd Hoffmann1-0/+1
2021-07-09usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann1-29/+7
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-02-17usb-host: use correct altsetting in usb_host_ep_updateNick Rosbrook1-3/+15
2021-01-22usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPERGerd Hoffmann1-0/+15
2021-01-22hw/usb/host-libusb.c: fix build with kernel < 5.0Fabrice Fontaine1-1/+2
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1
2020-09-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-...Peter Maydell1-1/+1
2020-09-10usb-host: restrict workaround to new libusb versionsGerd Hoffmann1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-1/+2
2020-08-31usb-host: workaround libusb bugGerd Hoffmann1-1/+36
2020-07-13usb: fix usb-host build on windows.Gerd Hoffmann1-2/+2
2020-06-17usb-host: workaround libusb bugGerd Hoffmann1-0/+14
2020-06-17usb: add hostdevice property to usb-hostGerd Hoffmann1-14/+61
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-02-12usb-host: wait for cancel completeGerd Hoffmann1-8/+9
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-13usb-host: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich1-0/+20
2019-11-06usb-host: add option to allow all resets.Gerd Hoffmann1-4/+9
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-05-29usb-host: avoid libusb_set_configuration callsGerd Hoffmann1-8/+10
2019-05-29usb-host: skip reset for untouched devicesGerd Hoffmann1-0/+3
2019-03-07Introduce new "no_guest_reset" parameter for usb-host deviceAlexander Kappner1-1/+6
2018-12-10usb-host: reset and close libusb_device_handle before qemu exitlinzhecheng1-0/+2
2018-11-27usb-host: set ifs.detached as true if kernel driver is not activelinzhecheng1-0/+3
2018-05-07usb-host: skip open on pending postload bhGerd Hoffmann1-0/+7
2018-04-27Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionJohn Thomson1-0/+4
2017-06-21usb-host: support devices with sparse/non-sequential USB interfacesSamuel Brian1-10/+14
2017-04-03usb-host: switch to LIBUSB_API_VERSIONGerd Hoffmann1-2/+5
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau1-2/+2
2017-01-31hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth1-0/+29
2016-09-13usb-host: fix streams detection in usb_host_speed_compatGerd Hoffmann1-2/+5
2016-08-02wxx: Fix compilation of host-libusb.cStefan Weil1-3/+4