aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2017-09-13usb: only build usb-host with CONFIG_USB=yGerd Hoffmann
2017-09-13usb: drop HOST_USBGerd Hoffmann
2017-09-13xhci: Avoid DMA when ERSTBA is set to zeroAlexey Kardashevskiy
2017-08-31usb-hub: use DIV_ROUND_UPMarc-André Lureau
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-20usb: Fix build with newer gccEric Blake
2017-07-17Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' ...Peter Maydell
2017-07-17ehci: add sanity check for maxframesGerd Hoffmann
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170621-pull-request' ...Peter Maydell
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-21usb-host: support devices with sparse/non-sequential USB interfacesSamuel Brian
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-13ehci: stop recursive calls to ehci_work_bhGerd Hoffmann
2017-06-12xhci: only update dequeue ptr on completed transfersGerd Hoffmann
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-05-29ehci: fix frame timer invocation.Gerd Hoffmann
2017-05-29usb: don't wakeup during coldplugGerd Hoffmann
2017-05-29usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-upLadi Prosek
2017-05-29xhci: add CONFIG_USB_XHCI_NEC optionGerd Hoffmann
2017-05-29xhci: split into multiple filesGerd Hoffmann
2017-05-29usb: Simplify the parameter parsing of the legacy usb serial deviceThomas Huth
2017-05-29ehci: fix overflow in frame timer codeGerd Hoffmann
2017-05-15Merge remote-tracking branch 'kraxel/tags/pull-usb-20170512-1' into stagingStefan Hajnoczi
2017-05-12hw/usb/dev-serial: Do not try to set vendorid or productid propertiesThomas Huth
2017-05-12xhci: relax link checkLadi Prosek
2017-05-12usb-hub: clear PORT_STAT_SUSPEND on wakeupLadi Prosek
2017-05-12xhci: fix loggingLadi Prosek
2017-05-12usb-redir: fix stack overflow in usbredir_log_dataGerd Hoffmann
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-05-07usb-ccid: make ccid_write_data_block() cope with null buffersPhilippe Mathieu-Daudé
2017-05-04char: add a /chardevs containerMarc-André Lureau
2017-04-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...Peter Maydell
2017-04-24error: Apply error_propagate_null.cocci againFam Zheng
2017-04-21xen: import ring.h from xenStefano Stabellini
2017-04-03usb-host: switch to LIBUSB_API_VERSIONGerd Hoffmann
2017-04-03xhci: flush dequeue pointer to endpoint contextGerd Hoffmann
2017-03-19xen: do not build backends for targets that do not support xenStefano Stabellini