Age | Commit message (Expand) | Author |
2015-11-26 | virtio-scsi: don't crash without a valid device | Eugene (jno) Dvurechenski |
2015-11-12 | scsi-disk: Account for failed operations | Alberto Garcia |
2015-11-05 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-11-04 | megasas: Use qemu_hw_version() instead of QEMU_VERSION | Eduardo Habkost |
2015-11-04 | osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() | Eduardo Habkost |
2015-10-29 | virtio: sync the dataplane vring state to the virtqueue before virtio_save | Pavel Butsykin |
2015-10-29 | virtio-scsi: convert to virtqueue_map | Michael S. Tsirkin |
2015-10-23 | dataplane: Mark host notifiers' client type as "external" | Fam Zheng |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng |
2015-10-23 | hw/scsi/spapr_vscsi: Remove superfluous memset | Thomas Huth |
2015-10-22 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-10-22 | vhost: use a function for each call | Marc-André Lureau |
2015-10-12 | megasas: fix megasas_get_sata_addr | Paolo Bonzini |
2015-10-12 | scsi: switch from g_slice allocator to malloc | Paolo Bonzini |
2015-09-25 | vhost-scsi: include linux/vhost.h | Marc-André Lureau |
2015-09-25 | scsi-generic: let guests recognize readonly=on on passthrough devices | Paolo Bonzini |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-09-10 | virtio: avoid leading underscores for helpers | Cornelia Huck |
2015-09-09 | vhost-scsi: fix wrong vhost-scsi firmware path | Gonglei |
2015-08-14 | scsi-generic: identify AIO callbacks more clearly | Paolo Bonzini |
2015-08-14 | scsi-disk: identify AIO callbacks more clearly | Paolo Bonzini |
2015-08-14 | scsi: create restart bottom half in the right AioContext | Paolo Bonzini |
2015-08-14 | vhost-scsi: Clarify vhost_virtqueue_mask argument | Lu Lina |
2015-07-30 | vhost/scsi: call vhost_dev_cleanup() at unrealize() time | Igor Mammedov |
2015-07-30 | scsi-disk: Fix assertion failure on WRITE SAME | Fam Zheng |
2015-07-30 | scsi-disk: fix cmd.mode field typo | Stefan Hajnoczi |
2015-07-30 | virtio-scsi: use virtqueue_map_sg() when loading requests | Stefan Hajnoczi |
2015-07-28 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-07-27 | megasas: Add write function to handle write access to PCI BAR 3 | Salva Peiró |
2015-07-27 | virtio: get_features() can fail | Jason Wang |
2015-07-27 | virtio: set any_layout in virtio core | Michael S. Tsirkin |
2015-07-24 | scsi: Handle no media case for scsi_get_configuration | Matthew Rosato |
2015-07-24 | scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158) | Paolo Bonzini |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2015-06-19 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-06-19 | vhost: enable vhost without without MSI-X | Pankaj Gupta |
2015-06-19 | pci: Don't register a specialized 'config_write' if default behavior is intended | Shmulik Ladkani |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela |
2015-06-10 | vhost-scsi: move qdev properties into vhost-scsi.c | Shannon Zhao |
2015-06-10 | virtio-scsi: move qdev properties into virtio-scsi.c | Shannon Zhao |
2015-06-01 | virtio: make features 64bit wide | Gerd Hoffmann |
2015-05-31 | virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX | Jason Wang |
2015-05-11 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-04-28 | virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsi | Shannon Zhao |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi |
2015-03-26 | virtio-scsi-dataplane: fix memory leak for VirtIOSCSIVring | Ting Wang |
2015-03-25 | vmw_pvscsi: use PCI DMA APIs | Paolo Bonzini |
2015-03-25 | megasas: use PCI DMA APIs | Paolo Bonzini |
2015-03-18 | virtio-scsi-dataplane: fix memory leak in virtio_scsi_vring_init | Bo Su |
2015-03-18 | virtio-scsi: Fix assert in virtio_scsi_push_event | Fam Zheng |