aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-09usb-serial: wakeup device on inputJason Andryuk1-1/+5
2020-02-28hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb classGuenter Roeck1-17/+0
2020-02-21hcd-ehci: Introduce "companion-enable" sysbus propertyGuenter Roeck1-0/+2
2020-02-21hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include fileGuenter Roeck2-15/+16
2020-02-12uas: fix super speed bMaxPacketSize0Gerd Hoffmann1-1/+1
2020-02-12usb-host: wait for cancel completeGerd Hoffmann1-8/+9
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau21-26/+26
2020-01-13Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' ...Peter Maydell4-3/+63
2020-01-13xhci: recheck slot statusGerd Hoffmann1-3/+12
2020-01-13xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOSChen Qun1-0/+1
2020-01-13usbredir: Prevent recursion in usbredir_writeDr. David Alan Gilbert1-0/+9
2020-01-13usb-redir: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich1-0/+20
2020-01-13usb-host: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich2-0/+21
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé3-3/+3
2020-01-07ccid-card-passthru: Explicit we ignore QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5
2020-01-07hw/usb/redirect: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5
2020-01-07hw/usb/dev-serial: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+4
2020-01-07hw/usb/redirect: Do not link 'usb-redir' device when USB not enabledPhilippe Mathieu-Daudé1-0/+2
2019-12-18hw/usb: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy1-1/+1
2019-12-16hw/usb: Remove the USB bluetooth dongle deviceThomas Huth3-587/+0
2019-11-06usb-host: add option to allow all resets.Gerd Hoffmann1-4/+9
2019-10-18usbaudio: change playback counters to 64 bitKővágó, Zoltán1-6/+8
2019-10-18usb-audio: support more than two channels of audioKővágó, Zoltán1-53/+366
2019-10-18usb-audio: do not count on avail bytes actually availableKővágó, Zoltán1-11/+17
2019-08-29usb-mtp: add sanity checks on rootdirBandan Das1-14/+24
2019-08-29xhci: Fix memory leak in xhci_kick_epctxfangying1-0/+1