Age | Commit message (Expand) | Author |
2019-02-20 | usb: remove unnecessary NULL device check from usb_ep_get() | Liam Merwick |
2019-02-20 | usb: add device checks before redirector calls to usb_ep_get() | Liam Merwick |
2019-02-20 | usb: check device is not NULL before calling usb_ep_get() | Liam Merwick |
2019-02-20 | uhci: check device is not NULL before calling usb_ep_get() | Liam Merwick |
2019-02-20 | ohci: check device is not NULL before calling usb_ep_get() | Liam Merwick |
2019-02-20 | ehci: check device is not NULL before calling usb_ep_get() | Liam Merwick |
2019-02-20 | xhci: check device is not NULL before calling usb_ep_get() | Liam Merwick |
2019-02-20 | xhci: add asserts to help with static code analysis | Liam Merwick |
2019-02-20 | usb: rearrange usb_ep_get() | Liam Merwick |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth |
2019-02-13 | char: allow specifying a GMainContext at opening time | Paolo Bonzini |
2019-01-30 | usb-mtp: replace the homebrew write with qemu_write_full | Bandan Das |
2019-01-30 | usb-mtp: breakup MTP write into smaller chunks | Bandan Das |
2019-01-30 | usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZ | Bandan Das |
2019-01-30 | usb: implement XHCI underrun/overrun events | Yuri Benditovich |
2019-01-30 | usb: XHCI shall not halt isochronous endpoints | Yuri Benditovich |
2019-01-30 | hw/usb: Fix LGPL information in the file headers | Thomas Huth |
2019-01-30 | usb: dev-mtp: close fd in usb_mtp_object_readdir() | Li Qiang |
2019-01-30 | usb: assign unique serial numbers to hid devices | Gerd Hoffmann |
2019-01-14 | xen: re-name XenDevice to XenLegacyDevice... | Paul Durrant |
2019-01-11 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2019-01-11 | remove space-tab sequences | Paolo Bonzini |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2019-01-10 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190110-pull-request... | Peter Maydell |
2019-01-10 | usb-audio: ignore usb packages with wrong size | Gerd Hoffmann |
2019-01-08 | usb: move ehci_create_ich9_with_companions to hw/i386 | Paolo Bonzini |
2019-01-08 | hw/usb: Add generic sys-bus EHCI controller | Hongbo Zhang |
2019-01-08 | usb: dev-mtp: fix memory leak in error path | Li Qiang |
2019-01-08 | usb: drop unnecessary usb_device_post_load checks | Jonathan Davies |
2019-01-07 | hw/usb: fix mistaken de-initialization of CCID state | Daniel P. Berrangé |
2018-12-16 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ... | Peter Maydell |
2018-12-14 | usb-mtp: Limit filename to object information size | Michael Hanselmann |
2018-12-14 | usb-mtp: use O_NOFOLLOW and O_CLOEXEC. | Gerd Hoffmann |
2018-12-13 | usb/tusb6010: Convert sysbus init function to realize function | Mao Zhongyi |
2018-12-10 | ehci: fix fetch qtd race | Gerd Hoffmann |
2018-12-10 | usb-host: reset and close libusb_device_handle before qemu exit | linzhecheng |
2018-12-10 | pvusb: set max grants only in initialise | Juergen Gross |
2018-12-03 | Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181203-pull-requ... | Peter Maydell |
2018-12-03 | usb-mtp: outlaw slashes in filenames | Gerd Hoffmann |
2018-12-03 | usb-mtp: fix utf16_to_str | Gerd Hoffmann |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau |
2018-11-27 | usb-host: set ifs.detached as true if kernel driver is not active | linzhecheng |
2018-10-30 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181029-pull-request' ... | Peter Maydell |
2018-10-29 | hw: ccid-card-emulated: cleanup resource when realize in error path | Li Qiang |
2018-10-29 | hw: ccid-card-emulated: introduce clean_event_notifier | Li Qiang |
2018-10-29 | usb: ohci: make num_ports to an unsinged integer | Li Qiang |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster |
2018-10-01 | ohci: set effectively usb frame rate to 1kHz | Miguel GAIO |