aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost22-37/+76
2020-09-01Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2-3/+2
2020-09-01usb/bus: Remove dead assignment in usb_get_fw_dev_path()Chen Qun1-2/+2
2020-09-01hw: Remove superfluous breaksLiao Pingfang1-1/+0
2020-08-31usb: fix setup_len init (CVE-2020-14364)Gerd Hoffmann1-6/+10
2020-08-31usb-host: workaround libusb bugGerd Hoffmann1-1/+36
2020-08-31hw/usb: Add U2F device autoscan to passthru modeCésar Belley2-14/+101
2020-08-31hw/usb: Add U2F device check to passthru modeCésar Belley1-0/+41
2020-08-31meson: Add U2F key to mesonCésar Belley2-0/+12
2020-08-31hw/usb: Add U2F key emulated modeCésar Belley1-0/+405
2020-08-31hw/usb: Add U2F key passthru modeCésar Belley1-0/+423
2020-08-31hw/usb: Add U2F key base class implementationCésar Belley1-0/+352
2020-08-31hw/usb: Add U2F key base classCésar Belley1-0/+92
2020-08-31hw/usb: Regroup USB HID protocol valuesCésar Belley2-28/+10
2020-08-31ehci: drop pointless warn_report for guest bugs.Gerd Hoffmann1-1/+0
2020-08-31hw: ehci: check return value of 'usb_packet_map'Li Qiang1-2/+8
2020-08-31hw: ehci: destroy sglist in error pathLi Qiang1-0/+1
2020-08-31hw: xhci: check return value of 'usb_packet_map'Li Qiang1-1/+4
2020-08-27hcd-dwc2: Rename USB_*CLASS macros for consistencyEduardo Habkost2-6/+6
2020-08-21meson: convert hw/usbPaolo Bonzini2-71/+69
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-24hw: Only compile the usb-dwc2 controller if it is really neededThomas Huth1-1/+0
2020-07-21xhci: fix valid.max_access_size to access address registersLaurent Vivier1-2/+2
2020-07-16usb: fix storage regressionGerd Hoffmann1-2/+1
2020-07-13usb: fix usb-host build on windows.Gerd Hoffmann1-2/+2
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-3/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster1-8/+1
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster1-2/+2
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-07-07usb: build usb-redir as moduleGerd Hoffmann1-3/+6
2020-07-07ccid: build smartcard as moduleGerd Hoffmann1-1/+3
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster1-1/+1
2020-07-02qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster1-1/+1
2020-07-02usb/dev-mtp: Fix Error double free after inotify failureMarkus Armbruster1-2/+0
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake1-1/+1
2020-06-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+4
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan1-1/+4
2020-06-17usb-host: workaround libusb bugGerd Hoffmann1-0/+14
2020-06-17usb: add hostdevice property to usb-hostGerd Hoffmann2-14/+62
2020-06-15usb: Eliminate usb_try_create_simple()Markus Armbruster1-22/+13
2020-06-15usb: usb_create() is now unused, dropMarkus Armbruster1-8/+0
2020-06-15usb: Convert uses of usb_create()Markus Armbruster2-8/+7
2020-06-15usb: New usb_new(), usb_realize_and_unref()Markus Armbruster1-0/+10
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-4/+4
2020-06-12exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé1-2/+2
2020-06-12hw/usb: Move device-specific declarations to new 'hcd-musb.h' headerPhilippe Mathieu-Daudé2-0/+2
2020-06-05usb: add short-packet handling to usb-storage driverPaul Zimmerman1-1/+14
2020-06-05dwc-hsotg (dwc2) USB host controller emulationPaul Zimmerman4-0/+1473