Age | Commit message (Expand) | Author | Files | Lines |
2020-05-27 | error: Use error_reportf_err() where appropriate | Markus Armbruster | 1 | -4/+5 |
2020-05-27 | xen: Fix and improve handling of device_add usb-host errors | Markus Armbruster | 1 | -10/+9 |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 15 | -27/+22 |
2020-05-15 | Drop more @errp parameters after previous commit | Markus Armbruster | 3 | -3/+3 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2 | -5/+3 |
2020-04-07 | hw/usb/xen-usb.c: Pass struct usbback_req* to usbback_packet_complete() | Peter Maydell | 1 | -6/+4 |
2020-03-17 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 4 | -14/+18 |
2020-03-17 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317'... | Peter Maydell | 3 | -0/+232 |
2020-03-17 | hw/usb: Add basic i.MX USB Phy support | Guenter Roeck | 3 | -0/+232 |
2020-03-17 | usb-serial: Fix timeout closing the device | Jason Andryuk | 1 | -1/+1 |
2020-03-17 | usb-serial: Increase receive buffer to 496 | Jason Andryuk | 1 | -1/+1 |
2020-03-17 | usb-serial: chunk data to wMaxPacketSize | Jason Andryuk | 1 | -18/+29 |
2020-03-17 | usb-serial: Move USB_TOKEN_IN into a helper function | Jason Andryuk | 1 | -34/+46 |
2020-03-16 | hw/usb/quirks: Use smaller types to reduce .rodata by 10KiB | Philippe Mathieu-Daudé | 2 | -11/+15 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé | 2 | -3/+3 |
2020-03-12 | hw/arm/allwinner-h3: add USB host controller | Niek Linnenbank | 2 | -0/+18 |
2020-03-10 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200310-pull-request' ... | Peter Maydell | 2 | -4/+5 |
2020-03-09 | usb/dev-storage: remove unused include | Maxim Levitsky | 1 | -1/+0 |
2020-03-09 | hw/usb/dev-storage: Remove unused "ui/console.h" header | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-03-09 | usb/hcd-ehci: Remove redundant statements | Chen Qun | 1 | -3/+0 |
2020-03-09 | usb-serial: wakeup device on input | Jason Andryuk | 1 | -1/+5 |
2020-02-28 | hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb class | Guenter Roeck | 1 | -17/+0 |
2020-02-21 | hcd-ehci: Introduce "companion-enable" sysbus property | Guenter Roeck | 1 | -0/+2 |
2020-02-21 | hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include file | Guenter Roeck | 2 | -15/+16 |
2020-02-12 | uas: fix super speed bMaxPacketSize0 | Gerd Hoffmann | 1 | -1/+1 |
2020-02-12 | usb-host: wait for cancel complete | Gerd Hoffmann | 1 | -8/+9 |
2020-02-04 | hw/*/Makefile.objs: Move many .o files to common-objs | Thomas Huth | 1 | -2/+2 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 21 | -26/+26 |
2020-01-13 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' ... | Peter Maydell | 4 | -3/+63 |
2020-01-13 | xhci: recheck slot status | Gerd Hoffmann | 1 | -3/+12 |
2020-01-13 | xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOS | Chen Qun | 1 | -0/+1 |
2020-01-13 | usbredir: Prevent recursion in usbredir_write | Dr. David Alan Gilbert | 1 | -0/+9 |
2020-01-13 | usb-redir: remove 'remote wakeup' flag from configuration descriptor | Yuri Benditovich | 1 | -0/+20 |
2020-01-13 | usb-host: remove 'remote wakeup' flag from configuration descriptor | Yuri Benditovich | 2 | -0/+21 |
2020-01-08 | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé | 3 | -3/+3 |
2020-01-07 | ccid-card-passthru: Explicit we ignore QEMUChrEvent in IOEventHandler | Philippe Mathieu-Daudé | 1 | -0/+5 |
2020-01-07 | hw/usb/redirect: Explicit we ignore few QEMUChrEvent in IOEventHandler | Philippe Mathieu-Daudé | 1 | -0/+5 |
2020-01-07 | hw/usb/dev-serial: Explicit we ignore few QEMUChrEvent in IOEventHandler | Philippe Mathieu-Daudé | 1 | -0/+4 |
2020-01-07 | hw/usb/redirect: Do not link 'usb-redir' device when USB not enabled | Philippe Mathieu-Daudé | 1 | -0/+2 |
2019-12-18 | hw/usb: rename Error ** parameter to more common errp | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2019-12-16 | hw/usb: Remove the USB bluetooth dongle device | Thomas Huth | 3 | -587/+0 |
2019-11-06 | usb-host: add option to allow all resets. | Gerd Hoffmann | 1 | -4/+9 |
2019-10-18 | usbaudio: change playback counters to 64 bit | Kővágó, Zoltán | 1 | -6/+8 |
2019-10-18 | usb-audio: support more than two channels of audio | Kővágó, Zoltán | 1 | -53/+366 |
2019-10-18 | usb-audio: do not count on avail bytes actually available | Kővágó, Zoltán | 1 | -11/+17 |
2019-08-29 | usb-mtp: add sanity checks on rootdir | Bandan Das | 1 | -14/+24 |
2019-08-29 | xhci: Fix memory leak in xhci_kick_epctx | fangying | 1 | -0/+1 |
2019-08-29 | xhci: Fix memory leak in xhci_address_slot | Ying Fang | 1 | -0/+1 |
2019-08-22 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190822-pull-request' ... | Peter Maydell | 3 | -21/+59 |
2019-08-22 | ehci: fix queue->dev null ptr dereference | Gerd Hoffmann | 1 | -0/+3 |