aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2019-02-20usb: remove unnecessary NULL device check from usb_ep_get()Liam Merwick
2019-02-20usb: add device checks before redirector calls to usb_ep_get()Liam Merwick
2019-02-20usb: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20uhci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20ohci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20ehci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20xhci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20xhci: add asserts to help with static code analysisLiam Merwick
2019-02-20usb: rearrange usb_ep_get()Liam Merwick
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini
2019-01-30usb-mtp: replace the homebrew write with qemu_write_fullBandan Das
2019-01-30usb-mtp: breakup MTP write into smaller chunksBandan Das
2019-01-30usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZBandan Das
2019-01-30usb: implement XHCI underrun/overrun eventsYuri Benditovich
2019-01-30usb: XHCI shall not halt isochronous endpointsYuri Benditovich
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth
2019-01-30usb: dev-mtp: close fd in usb_mtp_object_readdir()Li Qiang
2019-01-30usb: assign unique serial numbers to hid devicesGerd Hoffmann
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11remove space-tab sequencesPaolo Bonzini
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2019-01-10Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190110-pull-request...Peter Maydell
2019-01-10usb-audio: ignore usb packages with wrong sizeGerd Hoffmann
2019-01-08usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini
2019-01-08hw/usb: Add generic sys-bus EHCI controllerHongbo Zhang
2019-01-08usb: dev-mtp: fix memory leak in error pathLi Qiang
2019-01-08usb: drop unnecessary usb_device_post_load checksJonathan Davies
2019-01-07hw/usb: fix mistaken de-initialization of CCID stateDaniel P. Berrangé
2018-12-16Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...Peter Maydell
2018-12-14usb-mtp: Limit filename to object information sizeMichael Hanselmann
2018-12-14usb-mtp: use O_NOFOLLOW and O_CLOEXEC.Gerd Hoffmann
2018-12-13usb/tusb6010: Convert sysbus init function to realize functionMao Zhongyi
2018-12-10ehci: fix fetch qtd raceGerd Hoffmann
2018-12-10usb-host: reset and close libusb_device_handle before qemu exitlinzhecheng
2018-12-10pvusb: set max grants only in initialiseJuergen Gross
2018-12-03Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181203-pull-requ...Peter Maydell
2018-12-03usb-mtp: outlaw slashes in filenamesGerd Hoffmann
2018-12-03usb-mtp: fix utf16_to_strGerd Hoffmann
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-11-27usb-host: set ifs.detached as true if kernel driver is not activelinzhecheng
2018-10-30Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181029-pull-request' ...Peter Maydell
2018-10-29hw: ccid-card-emulated: cleanup resource when realize in error pathLi Qiang
2018-10-29hw: ccid-card-emulated: introduce clean_event_notifierLi Qiang
2018-10-29usb: ohci: make num_ports to an unsinged integerLi Qiang
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-10-01ohci: set effectively usb frame rate to 1kHzMiguel GAIO