1. fa879d6 block: Attach non-qdev devices as well by Markus Armbruster · 14 years ago
  2. c39ce11 scsi: pass cdb already to scsi_req_new by Paolo Bonzini · 14 years ago
  3. 29c74f7 usb-storage: iovec support by Gerd Hoffmann · 14 years ago
  4. 4f4321c usb: use iovecs in USBPacket by Gerd Hoffmann · 14 years ago
  5. e374560 Merge remote-tracking branch 'kraxel/migration.2' into staging by Anthony Liguori · 14 years ago
  6. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  7. f54b656 usb storage: first migration support bits. by Gerd Hoffmann · 14 years ago
  8. c5bf71a scsi: Add 'hba_private' to SCSIRequest by Hannes Reinecke · 14 years ago
  9. c3a90cb usb-storage: Turn drive serial into a qdev property usb-storage.serial by Markus Armbruster · 14 years ago
  10. fa19bf8 usb: Proper error propagation for usb_device_attach errors by Hans de Goede · 14 years ago
  11. ed7ec84 Merge remote-tracking branch 'bonzini/scsi.2' into staging by Anthony Liguori · 14 years ago
  12. aba1f02 scsi: rename arguments to the new callbacks by Paolo Bonzini · 14 years ago
  13. c6df710 scsi: split command_complete callback in two by Paolo Bonzini · 14 years ago
  14. 0c34459 scsi: introduce scsi_req_get_buf by Paolo Bonzini · 14 years ago
  15. ad3376c scsi: introduce scsi_req_continue by Paolo Bonzini · 14 years ago
  16. 43a2b33 scsi: introduce scsi_req_new by Paolo Bonzini · 14 years ago
  17. fc4f075 scsi: do not call send_command directly by Paolo Bonzini · 14 years ago
  18. 94d3f98 scsi: introduce scsi_req_cancel by Paolo Bonzini · 14 years ago
  19. 5c6c0e5 scsi: Use 'SCSIRequest' directly by Hannes Reinecke · 14 years ago
  20. cfdc1bb scsi: introduce SCSIBusOps by Paolo Bonzini · 14 years ago
  21. eb5e680 usb: move cancel callback to USBDeviceInfo by Gerd Hoffmann · 14 years ago
  22. ebd669a usb-storage: don't call usb_packet_complete twice by Gerd Hoffmann · 14 years ago
  23. 007fd62 usb: Pass the packet to the device's handle_control callback by Hans de Goede · 14 years ago
  24. add7508 usb: update config descriptors to identify number of interfaces by Brad Hards · 14 years ago
  25. ef0bdf7 usb: mass storage fix by Gerd Hoffmann · 14 years ago
  26. 13a9a0d usb: move complete callback to port ops by Gerd Hoffmann · 14 years ago
  27. 94843f6 usb: trivial spelling fixes by Brad Hards · 14 years ago
  28. cf8ce30 Add bootindex handling into usb storage device. by Gleb Natapov · 14 years ago
  29. 319ae52 blockdev: Fix drive_add for drives without media by Markus Armbruster · 14 years ago
  30. 6bb7b86 usb-msd: Propagate removable bit to SCSI device by Stefan Hajnoczi · 14 years ago
  31. 2d1fd26 scsi: Allow scsi_bus_legacy_add_drive() to set removable bit by Stefan Hajnoczi · 14 years ago
  32. fa7935c usb storage: handle long responses by Gerd Hoffmann · 14 years ago
  33. ab4797a usb storage: fix status reporting by Gerd Hoffmann · 14 years ago
  34. ca0c730 usb storage: high speed support by Gerd Hoffmann · 14 years ago
  35. ed5a83d usb: move remote wakeup handling to common code by Gerd Hoffmann · 14 years ago
  36. a980a06 usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code by Gerd Hoffmann · 14 years ago
  37. 41c6abb usb: move USB_REQ_SET_ADDRESS handling to common code by Gerd Hoffmann · 14 years ago
  38. 4a1e1bc usb storage: serial number support by Gerd Hoffmann · 14 years ago
  39. 81bfd2f usb storage: use new descriptor infrastructure. by Gerd Hoffmann · 14 years ago
  40. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  41. 3329f07 QemuOpts: make most qemu_*_opts static by Gerd Hoffmann · 15 years ago
  42. 18846de block: Catch attempt to attach multiple devices to a blockdev by Markus Armbruster · 15 years ago
  43. f8b6cc0 qdev: Decouple qdev_prop_drive from DriveInfo by Markus Armbruster · 15 years ago
  44. 14bafc5 blockdev: Clean up automatic drive deletion by Markus Armbruster · 15 years ago
  45. fa66b90 scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callers by Markus Armbruster · 15 years ago
  46. 666daa6 blockdev: Collect block device code in new blockdev.c by Markus Armbruster · 15 years ago
  47. a803cb8 blockdev: Hide QEMUMachine from drive_init() by Markus Armbruster · 15 years ago
  48. f3571b1 usb: class specific interface requests by Max Reitz · 15 years ago
  49. e5322f7 hw/usb-msd: fix some usb requests by Arnaud Patard (Rtp) · 15 years ago
  50. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  51. a442648 block: Simplify usb_msd_initfn() test for "can read bdrv key" by Markus Armbruster · 15 years ago
  52. d44168f Fix -usbdevice crash by Paul Brook · 15 years ago
  53. 428c149 block: add topology qdev properties by Christoph Hellwig · 15 years ago
  54. 556cd09 qdev: Replace device names containing whitespace by Markus Armbruster · 15 years ago
  55. 0638469 qdev: Separate USB product description from qdev name by Markus Armbruster · 15 years ago
  56. 43b443b scsi: move scsi-disk.h -> scsi.h by Gerd Hoffmann · 15 years ago
  57. b3e461d usb-storage: use qdev for -usbdevice by Gerd Hoffmann · 15 years ago
  58. 33e66b8 Check return value of qdev_init() by Markus Armbruster · 15 years ago
  59. 56a1493 drive cleanup fixes. by Gerd Hoffmann · 15 years ago
  60. cb23117 scsi: hotplug windup by Gerd Hoffmann · 15 years ago
  61. a8e662b usb: hook unplug into qdev, cleanups + fixes. by Gerd Hoffmann · 15 years ago
  62. ca9c39f switch scsi bus to inplace allocation. by Gerd Hoffmann · 15 years ago
  63. 7fc2f2c qdev/scsi+usb: convert usb-storage to qdev. by Gerd Hoffmann · 15 years ago
  64. d52affa qdev/scsi: add scsi bus support to qdev, convert drivers. by Gerd Hoffmann · 15 years ago
  65. 806b602 qdev/usb: add usb bus support to qdev, convert drivers. by Gerd Hoffmann · 15 years ago
  66. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  67. bb5fc20 monitor: Rework modal password input (Jan Kiszka) by aliguori · 16 years ago
  68. c0f4ce7 monitor: Rework early disk password inquiry (Jan Kiszka) by aliguori · 16 years ago
  69. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  70. 334c024 Add image format option for USB mass-storage devices by aurel32 · 17 years ago
  71. 8ccc2ac SCSI cleanup, by Laurent Vivier. by ths · 17 years ago
  72. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  73. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  74. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  75. 2bac601 Remove repeated code and enable encrypted SD cards and USB sticks images. by balrog · 18 years ago
  76. e126cf1 Fix usb hid and mass-storage protocol revision, by Juergen Keil. by ths · 18 years ago
  77. a917d38 SCSI TCQ support. by pbrook · 18 years ago
  78. b56bdb3 delete block device by bellard · 19 years ago
  79. 4d611c9 SCSI and USB async IO support. by pbrook · 19 years ago
  80. 059809e usb destroy API change (Lonnie Mendez) by bellard · 19 years ago
  81. 1f6e24e display device identifier string for user with info usb (Lonnie Mendez) by bellard · 19 years ago
  82. 0fc5c15 SCSI lun probing fix. by pbrook · 19 years ago
  83. 2e5d83b Rearrange SCSI disk emulation code. Add USB mass storage device emulation. by pbrook · 19 years ago