summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170621-pull-request' ...Peter Maydell1-10/+14
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell1-1/+0
2017-06-21usb-host: support devices with sparse/non-sequential USB interfacesSamuel Brian1-10/+14
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-1/+0
2017-06-13ehci: stop recursive calls to ehci_work_bhGerd Hoffmann2-0/+8
2017-06-12xhci: only update dequeue ptr on completed transfersGerd Hoffmann1-2/+4
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau2-7/+2
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau3-2/+3
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau3-3/+3
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+1
2017-05-29ehci: fix frame timer invocation.Gerd Hoffmann1-3/+10
2017-05-29usb: don't wakeup during coldplugGerd Hoffmann1-0/+8
2017-05-29usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-upLadi Prosek1-1/+14
2017-05-29xhci: add CONFIG_USB_XHCI_NEC optionGerd Hoffmann1-1/+1
2017-05-29xhci: split into multiple filesGerd Hoffmann4-236/+292
2017-05-29usb: Simplify the parameter parsing of the legacy usb serial deviceThomas Huth1-16/+5
2017-05-29ehci: fix overflow in frame timer codeGerd Hoffmann1-1/+1
2017-05-15Merge remote-tracking branch 'kraxel/tags/pull-usb-20170512-1' into stagingStefan Hajnoczi4-36/+11
2017-05-12hw/usb/dev-serial: Do not try to set vendorid or productid propertiesThomas Huth1-18/+6
2017-05-12xhci: relax link checkLadi Prosek1-1/+1
2017-05-12usb-hub: clear PORT_STAT_SUSPEND on wakeupLadi Prosek1-0/+1
2017-05-12xhci: fix loggingLadi Prosek1-5/+2
2017-05-12usb-redir: fix stack overflow in usbredir_log_dataGerd Hoffmann1-12/+1
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi1-1/+4
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake1-6/+6
2017-05-07usb-ccid: make ccid_write_data_block() cope with null buffersPhilippe Mathieu-Daudé1-1/+4
2017-05-04char: add a /chardevs containerMarc-André Lureau2-2/+2
2017-04-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell1-1/+1
2017-04-24error: Apply error_propagate_null.cocci againFam Zheng1-3/+1
2017-04-21xen: import ring.h from xenStefano Stabellini1-1/+1
2017-04-03usb-host: switch to LIBUSB_API_VERSIONGerd Hoffmann1-2/+5
2017-04-03xhci: flush dequeue pointer to endpoint contextGerd Hoffmann1-1/+3
2017-03-19xen: do not build backends for targets that do not support xenStefano Stabellini1-1/+1
2017-03-09ohci: relax link checkGerd Hoffmann1-1/+1
2017-03-02Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170228a'...Peter Maydell1-19/+0
2017-03-02Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...Peter Maydell2-0/+18
2017-03-01usb: release the created busesMarc-André Lureau2-0/+18
2017-02-28hw/block: Request permissionsKevin Wolf1-1/+5
2017-02-28migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya1-19/+0
2017-02-23xhci: properties cleanupGerd Hoffmann1-3/+26
2017-02-23usb: ohci: fix error return code in servicing tdLi Qiang1-1/+1
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau11-24/+25
2017-02-21usb-ccid: add check message size checksGerd Hoffmann1-3/+10
2017-02-21usb-ccid: move header size checkGerd Hoffmann1-7/+6
2017-02-21usb-ccid: better bulk_out error handlingGerd Hoffmann1-55/+61
2017-02-21xhci: drop via vendor command handlingGerd Hoffmann1-31/+0
2017-02-21xhci: fix nec vendor quirk handlingGerd Hoffmann1-15/+29
2017-02-21xhci: add qemu xhci controllerGerd Hoffmann1-4/+36
2017-02-21xhci: drop ER_FULL_HACK workaroundGerd Hoffmann1-106/+11