aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-05dwc-hsotg (dwc2) USB host controller state definitionsPaul Zimmerman1-0/+190
2020-05-27error: Use error_reportf_err() where appropriateMarkus Armbruster1-4/+5
2020-05-27xen: Fix and improve handling of device_add usb-host errorsMarkus Armbruster1-10/+9
2020-05-15qdev: Unrealize must not failMarkus Armbruster15-27/+22
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster3-3/+3
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2-5/+3
2020-04-07hw/usb/xen-usb.c: Pass struct usbback_req* to usbback_packet_complete()Peter Maydell1-6/+4
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-14/+18
2020-03-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317'...Peter Maydell3-0/+232
2020-03-17hw/usb: Add basic i.MX USB Phy supportGuenter Roeck3-0/+232
2020-03-17usb-serial: Fix timeout closing the deviceJason Andryuk1-1/+1
2020-03-17usb-serial: Increase receive buffer to 496Jason Andryuk1-1/+1
2020-03-17usb-serial: chunk data to wMaxPacketSizeJason Andryuk1-18/+29
2020-03-17usb-serial: Move USB_TOKEN_IN into a helper functionJason Andryuk1-34/+46
2020-03-16hw/usb/quirks: Use smaller types to reduce .rodata by 10KiBPhilippe Mathieu-Daudé2-11/+15
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2-3/+3
2020-03-12hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank2-0/+18
2020-03-10Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200310-pull-request' ...Peter Maydell2-4/+5
2020-03-09usb/dev-storage: remove unused includeMaxim Levitsky1-1/+0
2020-03-09hw/usb/dev-storage: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé1-1/+0
2020-03-09usb/hcd-ehci: Remove redundant statementsChen Qun1-3/+0