Age | Commit message (Expand) | Author |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-19 | osdep.h: Prohibit disabling assert() in supported builds | Eric Blake |
2017-09-19 | scsi/esp: Rename the ESP macro to ESP_STATE | Kamil Rytarowski |
2017-09-19 | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini |
2017-09-19 | scsi: introduce sg_io_sense_from_errno | Paolo Bonzini |
2017-09-19 | scsi: introduce scsi_build_sense | Paolo Bonzini |
2017-09-19 | scsi: move non-emulation specific code to scsi/ | Paolo Bonzini |
2017-09-19 | scsi: rename scsi_build_sense to scsi_convert_sense | Paolo Bonzini |
2017-09-19 | scsi-block: Support rerror/werror | Fam Zheng |
2017-09-19 | scsi-bus: correct responses for INQUIRY and REQUEST SENSE | Hannes Reinecke |
2017-09-19 | virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set. | Richard W.M. Jones |
2017-08-08 | scsi: clarify sense codes for LUN0 emulation | Hannes Reinecke |
2017-08-01 | hw/scsi/vmw_pvscsi: Convert to realize | Mao Zhongyi |
2017-08-01 | hw/scsi/vmw_pvscsi: Remove the dead error handling | Mao Zhongyi |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy |
2017-08-01 | trace-events: fix code style: %# -> 0x% | Vladimir Sementsov-Ogievskiy |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé |
2017-07-21 | Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() | Peter Maydell |
2017-07-18 | scsi-disk: bdrv_attach_dev() for empty CD-ROM | Kevin Wolf |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-07-14 | virtio-scsi: Convert to DEFINE_PROP_LINK | Fam Zheng |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis |
2017-07-04 | virtio-scsi: finalize IOMMU support | Jason Wang |
2017-06-15 | vhost-user-scsi: Introduce vhost-user-scsi host device | Felipe Franciosi |
2017-06-15 | megasas: always store SCSIRequest* into MegasasCmd | Paolo Bonzini |
2017-06-15 | megasas: do not read SCSI req parameters more than once from frame | Paolo Bonzini |
2017-06-15 | megasas: do not read command more than once from frame | Paolo Bonzini |
2017-06-15 | megasas: do not read DCMD opcode more than once from frame | Paolo Bonzini |
2017-06-15 | megasas: do not read iovec count more than once from frame | Paolo Bonzini |
2017-06-15 | megasas: do not read sense length more than once from frame | Paolo Bonzini |
2017-06-06 | virtio-scsi: Unset hotplug handler when unrealize | Fam Zheng |
2017-06-04 | scsi/lsi53c895a: Remove unused lsi_mem_*() return value | Mao Zhongyi |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela |
2017-05-05 | vhost-scsi: create a vhost-scsi-common abstraction | Felipe Franciosi |
2017-05-05 | vmw_pvscsi: check message ring page count at initialisation | P J P |
2017-05-05 | scsi: avoid an off-by-one error in megasas_mmio_write | Prasad J Pandit |
2017-04-24 | scsi: Make errp the last parameter of virtio_scsi_common_realize | Fam Zheng |
2017-03-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-03-27 | scsi-generic: Fill in opt_xfer_len in INQUIRY reply if it is zero | Fam Zheng |
2017-03-24 | virtio-scsi: Fix acquire/release in dataplane handlers | Fam Zheng |
2017-03-24 | virtio-scsi: Make virtio_scsi_acquire/release public | Fam Zheng |
2017-03-24 | trace: Fix incorrect megasas trace parameters | Eric Blake |
2017-03-14 | scsi: mptsas: fix the wrong reading size in fetch request | Li Qiang |
2017-02-28 | hw/block: Request permissions | Kevin Wolf |
2017-02-28 | block: Allow error return in BlockDevOps.change_media_cb() | Kevin Wolf |
2017-02-28 | block: Add permissions to blk_new() | Kevin Wolf |
2017-02-21 | Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into... | Peter Maydell |
2017-02-21 | hw: Deprecate -drive if=scsi with non-onboard HBAs | Markus Armbruster |
2017-02-21 | hw/scsi: Concentrate -drive if=scsi auto-create in one place | Markus Armbruster |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini |