Age | Commit message (Expand) | Author |
2017-09-22 | buildsys: Move libusb cflags/libs to per object | Fam Zheng |
2017-09-22 | buildsys: Move libcacard cflags/libs to per object | Fam Zheng |
2017-09-19 | Convert single line fprintf(.../n) to warn_report() | Alistair Francis |
2017-09-19 | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini |
2017-09-13 | usb: only build usb-host with CONFIG_USB=y | Gerd Hoffmann |
2017-09-13 | usb: drop HOST_USB | Gerd Hoffmann |
2017-09-13 | xhci: Avoid DMA when ERSTBA is set to zero | Alexey Kardashevskiy |
2017-08-31 | usb-hub: use DIV_ROUND_UP | Marc-André Lureau |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy |
2017-08-01 | trace: add trace_event_get_state_backends() | Stefan Hajnoczi |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé |
2017-07-20 | usb: Fix build with newer gcc | Eric Blake |
2017-07-17 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' ... | Peter Maydell |
2017-07-17 | ehci: add sanity check for maxframes | Gerd Hoffmann |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-07-14 | char: avoid chardevice direct access | Anton Nefedov |
2017-07-14 | char: add backend hotswap handler | Anton Nefedov |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis |
2017-07-03 | pci: Fix the wrong assertion. | Mao Zhongyi |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic |
2017-06-22 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170621-pull-request' ... | Peter Maydell |
2017-06-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in... | Peter Maydell |
2017-06-21 | usb-host: support devices with sparse/non-sequential USB interfaces | Samuel Brian |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau |
2017-06-13 | ehci: stop recursive calls to ehci_work_bh | Gerd Hoffmann |
2017-06-12 | xhci: only update dequeue ptr on completed transfers | Gerd Hoffmann |
2017-06-02 | char: make chr_fe_deinit() optionaly delete backend | Marc-André Lureau |
2017-06-02 | char: move CharBackend handling in char-fe unit | Marc-André Lureau |
2017-06-02 | chardev: serial & parallel declaration to own headers | Marc-André Lureau |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau |
2017-06-02 | Remove/replace sysemu/char.h inclusion | Marc-André Lureau |
2017-05-29 | ehci: fix frame timer invocation. | Gerd Hoffmann |
2017-05-29 | usb: don't wakeup during coldplug | Gerd Hoffmann |
2017-05-29 | usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-up | Ladi Prosek |
2017-05-29 | xhci: add CONFIG_USB_XHCI_NEC option | Gerd Hoffmann |
2017-05-29 | xhci: split into multiple files | Gerd Hoffmann |
2017-05-29 | usb: Simplify the parameter parsing of the legacy usb serial device | Thomas Huth |
2017-05-29 | ehci: fix overflow in frame timer code | Gerd Hoffmann |
2017-05-15 | Merge remote-tracking branch 'kraxel/tags/pull-usb-20170512-1' into staging | Stefan Hajnoczi |
2017-05-12 | hw/usb/dev-serial: Do not try to set vendorid or productid properties | Thomas Huth |
2017-05-12 | xhci: relax link check | Ladi Prosek |
2017-05-12 | usb-hub: clear PORT_STAT_SUSPEND on wakeup | Ladi Prosek |
2017-05-12 | xhci: fix logging | Ladi Prosek |
2017-05-12 | usb-redir: fix stack overflow in usbredir_log_data | Gerd Hoffmann |
2017-05-10 | Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging | Stefan Hajnoczi |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake |
2017-05-07 | usb-ccid: make ccid_write_data_block() cope with null buffers | Philippe Mathieu-Daudé |
2017-05-04 | char: add a /chardevs container | Marc-André Lureau |
2017-04-26 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i... | Peter Maydell |
2017-04-24 | error: Apply error_propagate_null.cocci again | Fam Zheng |