Age | Commit message (Expand) | Author | Files | Lines |
2016-09-15 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into s... | Peter Maydell | 3 | -9/+204 |
2016-09-14 | usb-mtp: added object properties | Isaac Lozano | 1 | -0/+177 |
2016-09-14 | usb-mtp: fix sending files larger than 4gb | Isaac Lozano | 1 | -5/+15 |
2016-09-13 | hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all | Daniel P. Berrange | 2 | -3/+8 |
2016-09-13 | usb:xhci:fix memory leak in usb_xhci_exit | Li Qiang | 1 | -2/+1 |
2016-09-13 | usb-host: fix streams detection in usb_host_speed_compat | Gerd Hoffmann | 1 | -2/+5 |
2016-09-13 | xhci: Fix remainder field for TR_SETUP completion event. | Hans Petter Selasky | 1 | -0/+6 |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier | 1 | -1/+1 |
2016-08-08 | usb: free leaking path | Marc-André Lureau | 1 | -0/+1 |
2016-08-08 | usb: free USBDevice.strings | Marc-André Lureau | 1 | -0/+7 |
2016-08-03 | xen: drain submit queue in xen-usb before removing device | Juergen Gross | 1 | -33/+63 |
2016-08-02 | ehci: faster frame index calculation for skipped frames | Evgeny Yakovlev | 1 | -16/+15 |
2016-08-02 | wxx: Fix compilation of host-libusb.c | Stefan Weil | 1 | -3/+4 |
2016-08-02 | wxx: Fix compiler warning for host-libusb.c | Stefan Weil | 1 | -1/+2 |
2016-07-20 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160720-1' into s... | Peter Maydell | 2 | -2/+8 |
2016-07-20 | usbredir: add streams property | Gerd Hoffmann | 1 | -1/+5 |
2016-07-20 | xhci: Fix possible side effect from assert() | Alexey Kardashevskiy | 1 | -1/+3 |
2016-07-19 | net: Use correct type for bool flag | Eric Blake | 1 | -1/+1 |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake | 1 | -1/+1 |
2016-07-13 | block/qdev: Allow configuring WCE with qdev properties | Kevin Wolf | 1 | -0/+1 |
2016-07-13 | block/qdev: Allow node name for drive properties | Kevin Wolf | 1 | -1/+4 |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -2/+3 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -1/+1 |
2016-07-12 | xen-usb: Fix 32bit build | Anthony PERARD | 1 | -1/+2 |
2016-07-12 | nec-usb-xhci: set the device state to USB_STATE_DEFAULT | Zhang Shuaiyi | 1 | -1/+2 |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin | 1 | -4/+19 |
2016-07-05 | usb xhci: change msi/msix property type | Cao jin | 1 | -7/+9 |
2016-06-22 | usb-uas: hotplug support | Gerd Hoffmann | 1 | -0/+5 |
2016-06-22 | usb-bot: hotplug support | Gerd Hoffmann | 1 | -2/+6 |
2016-06-22 | usb: Add QOM property "attached". | Gerd Hoffmann | 1 | -0/+43 |
2016-06-22 | usb: make USBDevice->attached bool | Gerd Hoffmann | 1 | -4/+4 |
2016-06-22 | usb-storage: qcow2 encryption support is finally gone, zap dead code | Gerd Hoffmann | 1 | -34/+0 |
2016-06-20 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -0/+268 |
2016-06-20 | trace: split out trace events for hw/usb/ directory | Daniel P. Berrange | 1 | -0/+268 |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost | 1 | -3/+1 |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini | 1 | -1/+0 |
2016-06-14 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into... | Peter Maydell | 1 | -4/+1 |
2016-06-14 | xen: Clean up includes | Peter Maydell | 1 | -4/+1 |
2016-06-13 | hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p() | Peter Maydell | 1 | -33/+30 |
2016-06-13 | usb-host: add special case for bus+addr | Gerd Hoffmann | 1 | -4/+52 |
2016-06-07 | usb: Use DIV_ROUND_UP | Laurent Vivier | 1 | -3/+3 |
2016-06-07 | remove useless muldiv64() | Laurent Vivier | 1 | -1/+1 |
2016-06-07 | The only 64bit parameter of muldiv64() is the first one. | Laurent Vivier | 1 | -1/+1 |
2016-05-23 | usb/ohci: Fix crash with when specifying too many num-ports | Thomas Huth | 1 | -0/+6 |
2016-05-23 | xen: add pvUSB backend | Juergen Gross | 2 | -0/+1084 |
2016-05-11 | usb: Support compilation without poll.h | Stefan Weil | 1 | -1/+12 |
2016-05-11 | usb-mtp: fix usb_mtp_get_device_info so that libmtp on the guest doesn't comp... | Isaac Lozano | 1 | -2/+2 |
2016-05-11 | usb:xhci: no DMA on HC reset | Roman Kagan | 1 | -1/+4 |
2016-04-25 | usb/uhci: move pid check | Gerd Hoffmann | 1 | -13/+13 |
2016-04-22 | event-notifier: Add "is_external" parameter | Fam Zheng | 1 | -1/+1 |