1. 0bf8264 scsi: Drop useless null test in scsi_unit_attention() by Markus Armbruster · 12 years ago
  2. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  3. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  4. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  5. a5cf826 scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL by Jim Meyering · 12 years ago
  6. bb729f7 scsi: introduce scsi_cdb_length and scsi_data_cdb_length by Paolo Bonzini · 13 years ago
  7. d83c951 scsi: fix warning by Gerd Hoffmann · 13 years ago
  8. 832a226 scsi-bus: remove overlapping entry by Blue Swirl · 13 years ago
  9. e4b6526 scsi: add support for ATA_PASSTHROUGH_xx scsi command by Cong Meng · 13 years ago
  10. 93161b6 SCSI: Update the sense code for PREVENT REMOVAL errors by Ronnie Sahlberg · 13 years ago
  11. 53200fa scsi: report parameter changes to HBA drivers by Paolo Bonzini · 13 years ago
  12. aaebace scsi-disk: report resized disk via sense codes by Paolo Bonzini · 13 years ago
  13. e48e84e scsi: establish precedence levels for unit attention by Paolo Bonzini · 13 years ago
  14. 350e6e4 scsi: introduce hotplug() and hot_unplug() interfaces for SCSI bus by Cong Meng · 13 years ago
  15. 814589c scsi: add tracepoint for scsi_req_cancel by Paolo Bonzini · 13 years ago
  16. 6a8a685 scsi-disk: Fail medium writes with proper sense for readonly LUNs by Ronnie Sahlberg · 13 years ago
  17. 380feaf scsi-disk: parse MODE SELECT commands and parameters by Paolo Bonzini · 13 years ago
  18. 8e86b93 scsi: add free_request callback by Paolo Bonzini · 13 years ago
  19. 9ce1bb2 scsi: Fix transfer length for READ POSITION commands. by Christian Hoff · 13 years ago
  20. 40723a9 scsi: Add basic support for SCSI media changer commands. by Christian Hoff · 13 years ago
  21. 28b70c9 scsi: Ensure command and transfer lengths are set for all SCSI devices by Paolo Bonzini · 13 years ago
  22. 15e58a2 scsi: Fix LOAD_UNLOAD by Christian Hoff · 13 years ago
  23. 335f560 scsi: Fix data length == SCSI_SENSE_BUF_SIZE by Christian Hoff · 13 years ago
  24. 93bfef4 Allow machines to configure the QEMU_VERSION that's exposed via hardware by Crístian Viana · 13 years ago
  25. 89bfe00 qom: Push error reporting to object_property_find() by Paolo Bonzini · 13 years ago
  26. 8cb6789 qdev: Remove qdev_prop_exists() by Paolo Bonzini · 13 years ago
  27. 0866aca qbus: Make child devices links by Anthony Liguori · 13 years ago
  28. 0d93692 qdev: Convert busses to QEMU Object Model by Anthony Liguori · 13 years ago
  29. 09e5ab6 qdev: Use wrapper for qdev_get_path by Anthony Liguori · 13 years ago
  30. bce5447 qdev: Move bus properties to abstract superclasses by Paolo Bonzini · 13 years ago
  31. 3cb75a7 qdev: Move bus properties to a separate global by Paolo Bonzini · 13 years ago
  32. 18eef3b scsi: prepare migration code for usb-storage support by Gerd Hoffmann · 13 years ago
  33. 12badfc scsi: declare vmstate_info_scsi_requests to be static by Jim Meyering · 13 years ago
  34. 68bd348 scsi: Add assertion for use-after-free errors by Stefan Weil · 13 years ago
  35. 77e4743 scsi: set VALID bit to 0 in fixed format sense data by Paolo Bonzini · 13 years ago
  36. e5f38ff scsi: do not require a minimum allocation length for REQUEST SENSE by Paolo Bonzini · 13 years ago
  37. 3c3d8a9 scsi: do not require a minimum allocation length for INQUIRY by Paolo Bonzini · 13 years ago
  38. 065c259 scsi: parse 16-byte tape CDBs by Paolo Bonzini · 13 years ago
  39. f62d059 scsi: do not report bogus overruns for commands in the 0x00-0x1F range by Paolo Bonzini · 13 years ago
  40. 381b634 scsi: Specify the xfer direction for UNMAP and ATA_PASSTHROUGH commands by Ronnie Sahlberg · 13 years ago
  41. a5ee908 scsi: fix WRITE SAME transfer length and direction by Paolo Bonzini · 13 years ago
  42. 12a0899 scsi: prevent data transfer overflow by Paolo Bonzini · 13 years ago
  43. 3e46d87 scsi: add SANITIZE command by Paolo Bonzini · 13 years ago
  44. b7c8c35 scsi: fix memory leak by Paolo Bonzini · 13 years ago
  45. baa1bd8 scsi: add get_dev_path by Paolo Bonzini · 13 years ago
  46. d3d250b scsi: fix searching for an empty id by Paolo Bonzini · 13 years ago
  47. 9fac25b scsi: fix wrong return for target INQUIRY by Paolo Bonzini · 13 years ago
  48. 63f740d scsi: add SCSIDevice vmstate definitions by Paolo Bonzini · 13 years ago
  49. 5d0d246 scsi-disk: enable scatter/gather functionality by Paolo Bonzini · 13 years ago
  50. 3d5aba9 scsi: add scatter/gather functionality by Paolo Bonzini · 14 years ago
  51. 01e9545 scsi: pass residual amount to command_complete by Paolo Bonzini · 14 years ago
  52. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  53. d307af7 qdev: kill off DeviceInfo by Anthony Liguori · 13 years ago
  54. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  55. b9eea3e scsi: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  56. 795928f scsi: fix fw path by Paolo Bonzini · 13 years ago
  57. ce4e7e4 usb-msd: do not register twice in the boot order by Paolo Bonzini · 13 years ago
  58. f3b338e scsi: pass down REQUEST SENSE to the device when there is no stored sense by Paolo Bonzini · 13 years ago
  59. 06b8635 scsi: fix parsing of allocation length field by Paolo Bonzini · 13 years ago
  60. 00a01ad scsi: update list of commands by Paolo Bonzini · 13 years ago
  61. 7082826 scsi: fix fw path by Paolo Bonzini · 13 years ago
  62. 71544d3 scsi: push request restart to SCSIDevice by Paolo Bonzini · 13 years ago
  63. e88c591 scsi: do not call transfer_data after canceling a request by Paolo Bonzini · 13 years ago
  64. 63db0f0 scsi: pass cdb to alloc_req by Paolo Bonzini · 13 years ago
  65. adcf275 scsi: make reqops const by Paolo Bonzini · 13 years ago
  66. 0d3545e scsi: add channel to addressing by Paolo Bonzini · 14 years ago
  67. 7e0380b scsi: allow arbitrary LUNs by Paolo Bonzini · 14 years ago
  68. ba74307 scsi: implement REPORT LUNS for arbitrary LUNs by Paolo Bonzini · 14 years ago
  69. f48a7a6 scsi: remove devs array from SCSIBus by Paolo Bonzini · 14 years ago
  70. afd4030 scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo) by Paolo Bonzini · 14 years ago
  71. 8a9c16f scsi-disk: report media changed via unit attention sense codes by Paolo Bonzini · 14 years ago
  72. 3653d8c scsi: notify the device when unit attention is reported by Paolo Bonzini · 14 years ago
  73. 67cc61e atapi/scsi: unify definitions for MMC by Paolo Bonzini · 14 years ago
  74. bd5da23 scsi: fix sign extension problems by Paolo Bonzini · 14 years ago
  75. 68bb01f scsi-disk: Fix START_STOP to fail when it can't eject by Markus Armbruster · 14 years ago
  76. 48bb9f5 scsi-bus: remove duplicate table entries by Blue Swirl · 14 years ago
  77. eae31cb scsi: fill in additional sense length correctly by Paolo Bonzini · 14 years ago
  78. f651526 scsi: refine constants for READ CAPACITY 16 by Paolo Bonzini · 14 years ago
  79. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  80. 8b2a04e scsi: do not overwrite memory on REQUEST SENSE commands with a large buffer by Paolo Bonzini · 14 years ago
  81. 3b6ffe5 hw/scsi-bus.c: Fix use of uninitialised variable by Peter Maydell · 14 years ago
  82. 9825454 scsi: add special traces for common commands by Paolo Bonzini · 14 years ago
  83. c7b4887 scsi: report unit attention on reset by Paolo Bonzini · 14 years ago
  84. 6dc06f0 scsi: add support for unit attention conditions by Paolo Bonzini · 14 years ago
  85. a872a30 scsi: add a bunch more common sense codes by Paolo Bonzini · 14 years ago
  86. 739df21 scsi: move handling of REQUEST SENSE to common code by Paolo Bonzini · 14 years ago
  87. fdaef06 scsi: move handling of REPORT LUNS and invalid LUNs to common code by Paolo Bonzini · 14 years ago
  88. afa46c4 scsi: move request parsing to common code by Paolo Bonzini · 14 years ago
  89. 87dcd1b scsi: push lun field to SCSIDevice by Paolo Bonzini · 14 years ago
  90. 2599aec scsi: introduce SCSICommand by Paolo Bonzini · 14 years ago
  91. c39ce11 scsi: pass cdb already to scsi_req_new by Paolo Bonzini · 14 years ago
  92. 12010e7 scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps by Paolo Bonzini · 14 years ago
  93. 8dbd457 scsi: introduce SCSIReqOps by Paolo Bonzini · 14 years ago
  94. b45ef67 scsi: move sense handling to generic code by Paolo Bonzini · 14 years ago
  95. 682a9b2 scsi: pass status when completing by Paolo Bonzini · 14 years ago
  96. 645a8ad scsi-bus: use DO_UPCAST by Zhi Yong Wu · 14 years ago
  97. 5e30a07 scsi: Sanitize command definitions by Hannes Reinecke · 14 years ago
  98. 8bd3e13 scsi: Remove REZERO_UNIT emulation by Hannes Reinecke · 14 years ago
  99. 3790372 scsi: Remove references to SET_WINDOW by Hannes Reinecke · 14 years ago
  100. c5bf71a scsi: Add 'hba_private' to SCSIRequest by Hannes Reinecke · 14 years ago