Age | Commit message (Expand) | Author |
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 |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini |
2017-02-17 | virtio: Report real progress in VQ aio poll handler | Fam Zheng |
2017-02-01 | pci: Convert msix_init() to Error and fix callers | Cao jin |
2017-01-27 | hw/scsi: Fix debug message of cdb structure in scsi-generic | Eric Farman |
2017-01-25 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell |
2017-01-24 | scsi-disk: add 'fall through' comment to switch VERIFY cases | Peter Maydell |
2017-01-24 | PCI/migration merge vmstate_pci_device and vmstate_pcie_device | Dr. David Alan Gilbert |
2017-01-24 | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan |
2017-01-16 | scsi-block: fix direction of BYTCHK test for VERIFY commands | Paolo Bonzini |
2017-01-16 | megasas: fix guest-triggered memory leak | Paolo Bonzini |
2017-01-10 | virtio: convert to use DMA api | Jason Wang |
2017-01-03 | virtio-scsi: suppress virtqueue kick during processing | Stefan Hajnoczi |
2016-12-22 | scsi-disk: fix VERIFY for scsi-block | Paolo Bonzini |
2016-12-22 | virtio-scsi: introduce virtio_scsi_acquire/release | Paolo Bonzini |
2016-11-29 | Merge remote-tracking branch 'bonzini/tags/for-upstream' into staging | Stefan Hajnoczi |
2016-11-28 | megasas: clean up and fix request completion/cancellation | Paolo Bonzini |
2016-11-28 | megasas: do not call pci_dma_unmap after having freed the frame once | Paolo Bonzini |
2016-11-22 | scsi/esp: do not raise an interrupt when reading the FIFO register | Hervé Poussineau |
2016-11-18 | virtio: set ISR on dataplane notifications | Paolo Bonzini |
2016-11-03 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Stefan Hajnoczi |
2016-10-31 | Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into staging | Peter Maydell |
2016-10-30 | virtio-scsi: always use dataplane path if ioeventfd is active | Paolo Bonzini |
2016-10-30 | virtio: move ioeventfd_started flag to VirtioBusState | Paolo Bonzini |
2016-10-28 | block: only call aio_poll on the current thread's AioContext | Paolo Bonzini |
2016-10-27 | dma-helpers: explicitly pass alignment into DMA helpers | Mark Cave-Ayland |
2016-10-10 | virtio: cleanup VMSTATE_VIRTIO_DEVICE | Halil Pasic |
2016-10-10 | virtio-scsi: convert VMSTATE_VIRTIO_DEVICE | Halil Pasic |
2016-10-10 | virtio-scsi: handle virtio_scsi_set_config() error | Greg Kurz |