summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2020-06-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan
2020-06-17usb-host: workaround libusb bugGerd Hoffmann
2020-06-17usb: add hostdevice property to usb-hostGerd Hoffmann
2020-06-15usb: Eliminate usb_try_create_simple()Markus Armbruster
2020-06-15usb: usb_create() is now unused, dropMarkus Armbruster
2020-06-15usb: Convert uses of usb_create()Markus Armbruster
2020-06-15usb: New usb_new(), usb_realize_and_unref()Markus Armbruster
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-12exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé
2020-06-12hw/usb: Move device-specific declarations to new 'hcd-musb.h' headerPhilippe Mathieu-Daudé
2020-06-05usb: add short-packet handling to usb-storage driverPaul Zimmerman
2020-06-05dwc-hsotg (dwc2) USB host controller emulationPaul Zimmerman
2020-06-05dwc-hsotg (dwc2) USB host controller state definitionsPaul Zimmerman
2020-05-27error: Use error_reportf_err() where appropriateMarkus Armbruster
2020-05-27xen: Fix and improve handling of device_add usb-host errorsMarkus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-04-07hw/usb/xen-usb.c: Pass struct usbback_req* to usbback_packet_complete()Peter Maydell
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-03-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317'...Peter Maydell
2020-03-17hw/usb: Add basic i.MX USB Phy supportGuenter Roeck
2020-03-17usb-serial: Fix timeout closing the deviceJason Andryuk
2020-03-17usb-serial: Increase receive buffer to 496Jason Andryuk
2020-03-17usb-serial: chunk data to wMaxPacketSizeJason Andryuk
2020-03-17usb-serial: Move USB_TOKEN_IN into a helper functionJason Andryuk
2020-03-16hw/usb/quirks: Use smaller types to reduce .rodata by 10KiBPhilippe Mathieu-Daudé
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-03-12hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank
2020-03-10Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200310-pull-request' ...Peter Maydell
2020-03-09usb/dev-storage: remove unused includeMaxim Levitsky
2020-03-09hw/usb/dev-storage: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé
2020-03-09usb/hcd-ehci: Remove redundant statementsChen Qun
2020-03-09usb-serial: wakeup device on inputJason Andryuk
2020-02-28hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb classGuenter Roeck
2020-02-21hcd-ehci: Introduce "companion-enable" sysbus propertyGuenter Roeck
2020-02-21hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include fileGuenter Roeck
2020-02-12uas: fix super speed bMaxPacketSize0Gerd Hoffmann
2020-02-12usb-host: wait for cancel completeGerd Hoffmann
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-13Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' ...Peter Maydell
2020-01-13xhci: recheck slot statusGerd Hoffmann
2020-01-13xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOSChen Qun
2020-01-13usbredir: Prevent recursion in usbredir_writeDr. David Alan Gilbert
2020-01-13usb-redir: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich
2020-01-13usb-host: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07ccid-card-passthru: Explicit we ignore QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé