1. 22fc860 hw/[u-x]*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  2. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  3. f487b67 dma: keep a device alive while it has SGLists by Paolo Bonzini · 12 years ago
  4. 71938a0 usb: add serial bus property by Gerd Hoffmann · 12 years ago
  5. 628e548 usb-host-libusb: set USB_DEV_FLAG_IS_HOST by Gerd Hoffmann · 12 years ago
  6. bc45de8 usb/host-libusb: Fix building with libusb git master code by Hans de Goede · 12 years ago
  7. 4e3d8b4 usb/hcd-ehci: Add Faraday FUSBH200 support by Kuo-Jung Su · 12 years ago
  8. cc8d6a8 usb/hcd-ehci: Replace PORTSC macros with variables by Kuo-Jung Su · 12 years ago
  9. 20c5704 usb/hcd-ehci: Add Tegra2 SysBus EHCI device by Andreas Färber · 12 years ago
  10. d4614cc usb/hcd-ehci: Split off instance_init from realize by Andreas Färber · 12 years ago
  11. 08f4c90 usb/hcd-ehci-sysbus: Convert to QOM realize by Andreas Färber · 12 years ago
  12. df32fd1 dma: eliminate DMAContext by Paolo Bonzini · 12 years ago
  13. 37352df xhci: add live migration support by Gerd Hoffmann · 12 years ago
  14. 003e15a xhci: add xhci_init_epctx by Gerd Hoffmann · 12 years ago
  15. 492b21f xhci: add xhci_alloc_epctx by Gerd Hoffmann · 12 years ago
  16. 4034e69 xhci: add XHCISlot->addressed by Gerd Hoffmann · 12 years ago
  17. 45ec267 host-libusb: Correct test for USB packet state by Ed Maste · 12 years ago
  18. 7563352 Fix usage of USB_DEV_FLAG_IS_HOST flag. by Michael Marineau · 12 years ago
  19. c7e775e remove double semicolons by Dong Xu Wang · 12 years ago
  20. 4e906d5 xhci: handle USB_RET_BABBLE by Gerd Hoffmann · 12 years ago
  21. 9822261 uhci: Use an intermediate buffer for usb packet data by Hans de Goede · 12 years ago
  22. c3268cc usb-host: add usb_host_full_speed_compat by Gerd Hoffmann · 12 years ago
  23. 95efb20 usb-host: live migration support for the libusb version by Gerd Hoffmann · 12 years ago
  24. 11fc853 scsi: add bus_name parameter to scsi_bus_new. by KONRAD Frederic · 12 years ago
  25. 36cd6f6 audio: remove the need for audio card CONFIG_* symbols by Paolo Bonzini · 12 years ago
  26. ae12e3a ccid: Fix crash when backend isn't specified by Cole Robinson · 12 years ago
  27. 58aeda1 dev-smartcard-reader: empty implementation for Mechanical (fail correctly) by Alon Levy · 12 years ago
  28. 2f8f916 dev-smartcard-reader: copy atr protocol to ccid parameters by Alon Levy · 12 years ago
  29. d7d218e dev-smartcard-reader: change default protocol to T=0 by Alon Levy · 12 years ago
  30. 4942d6c dev-smartcard-reader: define structs for CCID_Parameter internals by Alon Levy · 12 years ago
  31. b16352a ccid-card-passthru, dev-smartcard-reader: add debug environment variables by Alon Levy · 12 years ago
  32. 0e61400 ccid-card-passthru: add atr check by Alon Levy · 12 years ago
  33. 693e477 dev-smartcard-reader: reuse usb.h definitions by Alon Levy · 12 years ago
  34. c5cd7c8 dev-smartcard-reader: support windows guest by Alon Levy · 12 years ago
  35. 47bf53a dev-smartcard-reader: remove aborts (never triggered, but just in case) by Alon Levy · 12 years ago
  36. 7e1ac5a dev-smartcard-reader: nicer debug messages by Alon Levy · 12 years ago
  37. 4543d43 dev-smartcard-reader: white space fixes by Alon Levy · 12 years ago
  38. da000a4 ccid: declare DEFAULT_ATR table to be "static const" by Jim Meyering · 13 years ago
  39. d18c711 ccid: make backend_enum_table "static const" and adjust users by Jim Meyering · 13 years ago
  40. d0ebd78 ccid-card-emul: do not crash if backend is not provided by Marc-André Lureau · 12 years ago
  41. 3f5cc97 usb-host: raise libusbx minimum version to 1.0.13 by Gerd Hoffmann · 12 years ago
  42. 3b7e759 usb: better speed mismatch error reporting by Gerd Hoffmann · 12 years ago
  43. e449f26 ehci_free_packet: Discard finished packets when the queue is halted by Hans de Goede · 12 years ago
  44. 7d04c2b xhci: remove XHCIRing->base (unused) by Gerd Hoffmann · 12 years ago
  45. 2b2325f use libusb for usb-host by Gerd Hoffmann · 12 years ago
  46. a671887 xhci: fix address device by Gerd Hoffmann · 12 years ago
  47. af203be xhci: use slotid as device address by Gerd Hoffmann · 12 years ago
  48. bdfce20 xhci: fix portsc writes by Gerd Hoffmann · 12 years ago
  49. 6d3bc22 xhci: add xhci_cap_write by Gerd Hoffmann · 12 years ago
  50. 94ae9ee xhci: remove leftover debug printf by Gerd Hoffmann · 12 years ago
  51. 7598b41 usb-serial: Remove double call to qemu_chr_add_handlers( NULL ) by Hans de Goede · 12 years ago
  52. 0bc3cd6 include: avoid useless includes of exec/ headers by Paolo Bonzini · 12 years ago
  53. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  54. 47b5264 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  55. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  56. aaa4d1d hw: make all of hw/usb/ configurable via default-configs/ by Paolo Bonzini · 12 years ago
  57. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago
  58. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  59. 2a7a239 Merge remote-tracking branch 'kraxel/usb.79' into staging by Anthony Liguori · 12 years ago
  60. 76534da usb-storage: Forward serial number to scsi-disk by Kevin Wolf · 12 years ago
  61. aa1c9e9 usb-tablet: Don't claim wakeup capability for USB-2 version by Hans de Goede · 12 years ago
  62. a309ee6 usb-hub: report status changes only once by Gerd Hoffmann · 12 years ago
  63. c24e4aa usb-hub: limit chain length by Gerd Hoffmann · 12 years ago
  64. 4b7b2af xhci: zap unused name field by Gerd Hoffmann · 12 years ago
  65. 0ab966c xhci: remove unimplemented printfs by Gerd Hoffmann · 12 years ago
  66. 6180399 xhci: remove leftover debug printf by Gerd Hoffmann · 12 years ago
  67. c94a7c6 xhci: fix numintrs sanity checks by Gerd Hoffmann · 12 years ago
  68. c874ea9 usb-redir: Add flow control support by Hans de Goede · 12 years ago
  69. 3713e14 usb-redir: Fix crash on migration with no client connected by Hans de Goede · 12 years ago
  70. 1908322 qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers by Hans de Goede · 12 years ago
  71. 16665b9 qemu-char: Rename opened to be_open by Hans de Goede · 12 years ago
  72. 6214e73 pcie: Add endpoint capability initialization wrapper by Alex Williamson · 12 years ago
  73. b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago
  74. 685cbd2 xhci: fix bad print specifier by Hervé Poussineau · 12 years ago
  75. 82fb0c8 unbreak hw/usb/redirect.c build by Gerd Hoffmann · 12 years ago
  76. 89a453d uas-uas: usb3 streams by Gerd Hoffmann · 12 years ago
  77. 024426a usb-xhci: usb3 streams by Gerd Hoffmann · 12 years ago
  78. 8550a02 usb-core: usb3 streams by Gerd Hoffmann · 12 years ago
  79. 2e5df36 usb: fix endpoint descriptor ordering by Gerd Hoffmann · 12 years ago
  80. 6ef3ccd usb-redir: simplify packet copy by Gerd Hoffmann · 12 years ago
  81. 6a98d1c usb: make usb_packet_copy operate on combined packets by Gerd Hoffmann · 12 years ago
  82. e382d96 usb: add usb_ep_set_halted by Gerd Hoffmann · 12 years ago
  83. 1a3973b usb-host: remove usb_host_device_close by Gerd Hoffmann · 12 years ago
  84. 4075975 usb-host: move legacy cmd line bits by Gerd Hoffmann · 12 years ago
  85. 9db7c41 usb-storage: use scsi_req_enqueue return value by Gerd Hoffmann · 12 years ago
  86. 07d17e7 allow disabling usb smartcard support by Gerd Hoffmann · 12 years ago
  87. 6c83f81 make usb devices configurable by Gerd Hoffmann · 12 years ago
  88. 62162ff usb: Makefile cleanup by Gerd Hoffmann · 12 years ago
  89. 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
  90. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  91. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  92. 3470733 usb: add usb-bot device (scsi bulk-only transport). by Gerd Hoffmann · 12 years ago
  93. 7fa96d7 ohci: add missing break by Gerd Hoffmann · 12 years ago
  94. f4c0e50 Revert "usb-storage: Drop useless null test in usb_msd_handle_data()" by Gerd Hoffmann · 12 years ago
  95. c1db291 usb: Fix compilation for MinGW (regression) by Stefan Weil · 12 years ago
  96. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  97. a1cbfd5 usb-storage: Drop useless null test in usb_msd_handle_data() by Markus Armbruster · 12 years ago
  98. b55160c Merge remote-tracking branch 'kraxel/usb.76' into staging by Anthony Liguori · 12 years ago
  99. 0360784 usb-host: Initialize dev->port the obviously safe way by Markus Armbruster · 12 years ago
  100. 4663530 usb-host: Drop superfluous null test from usb_host_auto_scan() by Markus Armbruster · 12 years ago