| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: clarify sense codes for LUN0 emulation | Hannes Reinecke | 2017-08-08 | 1 | -1/+6 |
* | hw/scsi/vmw_pvscsi: Convert to realize | Mao Zhongyi | 2017-08-01 | 1 | -5/+3 |
* | hw/scsi/vmw_pvscsi: Remove the dead error handling | Mao Zhongyi | 2017-08-01 | 1 | -4/+0 |
* | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy | 2017-08-01 | 1 | -56/+56 |
* | trace-events: fix code style: %# -> 0x% | Vladimir Sementsov-Ogievskiy | 2017-08-01 | 1 | -3/+3 |
* | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 2017-07-31 | 1 | -1/+1 |
* | Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() | Peter Maydell | 2017-07-21 | 1 | -1/+1 |
* | scsi-disk: bdrv_attach_dev() for empty CD-ROM | Kevin Wolf | 2017-07-18 | 1 | -0/+5 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2017-07-14 | 1 | -11/+2 |
|\ |
|
| * | virtio-scsi: Convert to DEFINE_PROP_LINK | Fam Zheng | 2017-07-14 | 1 | -11/+2 |
* | | Convert error_report() to warn_report() | Alistair Francis | 2017-07-13 | 1 | -3/+3 |
|/ |
|
* | virtio-scsi: finalize IOMMU support | Jason Wang | 2017-07-04 | 1 | -1/+2 |
* | vhost-user-scsi: Introduce vhost-user-scsi host device | Felipe Franciosi | 2017-06-15 | 3 | -1/+206 |
* | megasas: always store SCSIRequest* into MegasasCmd | Paolo Bonzini | 2017-06-15 | 1 | -15/+16 |
* | megasas: do not read SCSI req parameters more than once from frame | Paolo Bonzini | 2017-06-15 | 1 | -34/+26 |
* | megasas: do not read command more than once from frame | Paolo Bonzini | 2017-06-15 | 1 | -35/+25 |
* | megasas: do not read DCMD opcode more than once from frame | Paolo Bonzini | 2017-06-15 | 1 | -14/+11 |
* | megasas: do not read iovec count more than once from frame | Paolo Bonzini | 2017-06-15 | 1 | -4/+5 |
* | megasas: do not read sense length more than once from frame | Paolo Bonzini | 2017-06-15 | 1 | -2/+4 |
* | virtio-scsi: Unset hotplug handler when unrealize | Fam Zheng | 2017-06-06 | 1 | -0/+3 |
* | scsi/lsi53c895a: Remove unused lsi_mem_*() return value | Mao Zhongyi | 2017-06-04 | 1 | -6/+4 |
* | migration: Create migration/blocker.h | Juan Quintela | 2017-05-17 | 1 | -1/+1 |
* | vhost-scsi: create a vhost-scsi-common abstraction | Felipe Franciosi | 2017-05-05 | 3 | -139/+200 |
* | vmw_pvscsi: check message ring page count at initialisation | P J P | 2017-05-05 | 1 | -1/+1 |
* | scsi: avoid an off-by-one error in megasas_mmio_write | Prasad J Pandit | 2017-05-05 | 1 | -5/+5 |
* | scsi: Make errp the last parameter of virtio_scsi_common_realize | Fam Zheng | 2017-04-24 | 2 | -6/+11 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2017-03-27 | 3 | -34/+32 |
|\ |
|
| * | scsi-generic: Fill in opt_xfer_len in INQUIRY reply if it is zero | Fam Zheng | 2017-03-27 | 1 | -3/+2 |
| * | virtio-scsi: Fix acquire/release in dataplane handlers | Fam Zheng | 2017-03-24 | 2 | -17/+30 |
| * | virtio-scsi: Make virtio_scsi_acquire/release public | Fam Zheng | 2017-03-24 | 1 | -14/+0 |
* | | trace: Fix incorrect megasas trace parameters | Eric Blake | 2017-03-24 | 1 | -3/+3 |
|/ |
|
* | scsi: mptsas: fix the wrong reading size in fetch request | Li Qiang | 2017-03-14 | 1 | -3/+3 |
* | hw/block: Request permissions | Kevin Wolf | 2017-02-28 | 1 | -2/+7 |
* | block: Allow error return in BlockDevOps.change_media_cb() | Kevin Wolf | 2017-02-28 | 1 | -1/+1 |
* | block: Add permissions to blk_new() | Kevin Wolf | 2017-02-28 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into... | Peter Maydell | 2017-02-21 | 8 | -38/+58 |
|\ |
|
| * | hw: Deprecate -drive if=scsi with non-onboard HBAs | Markus Armbruster | 2017-02-21 | 3 | -2/+22 |
| * | hw/scsi: Concentrate -drive if=scsi auto-create in one place | Markus Armbruster | 2017-02-21 | 8 | -38/+38 |
* | | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini | 2017-02-21 | 2 | -3/+32 |
* | | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini | 2017-02-21 | 1 | -0/+2 |
* | | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini | 2017-02-21 | 1 | -0/+7 |
|/ |
|
* | virtio: Report real progress in VQ aio poll handler | Fam Zheng | 2017-02-17 | 2 | -10/+18 |
* | pci: Convert msix_init() to Error and fix callers | Cao jin | 2017-02-01 | 1 | -1/+3 |
* | hw/scsi: Fix debug message of cdb structure in scsi-generic | Eric Farman | 2017-01-27 | 1 | -2/+3 |
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 2017-01-25 | 1 | -0/+1 |
|\ |
|
| * | scsi-disk: add 'fall through' comment to switch VERIFY cases | Peter Maydell | 2017-01-24 | 1 | -0/+1 |
* | | PCI/migration merge vmstate_pci_device and vmstate_pcie_device | Dr. David Alan Gilbert | 2017-01-24 | 2 | -2/+2 |
* | | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya | 2017-01-24 | 1 | -6/+19 |
* | | migration: extend VMStateInfo | Jianjun Duan | 2017-01-24 | 1 | -2/+6 |
|/ |
|
* | scsi-block: fix direction of BYTCHK test for VERIFY commands | Paolo Bonzini | 2017-01-16 | 1 | -1/+1 |