Age | Commit message (Expand) | Author | Files | Lines |
2016-05-12 | scsi-disk: Switch to byte-based aio block access | Eric Blake | 1 | -21/+20 |
2016-05-12 | block: Switch blk_*write_zeroes() to byte interface | Eric Blake | 1 | -2/+2 |
2016-04-07 | virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se... | Paolo Bonzini | 1 | -8/+4 |
2016-04-07 | virtio-scsi: use aio handler for data plane | Paolo Bonzini | 2 | -25/+83 |
2016-04-07 | virtio-scsi: fix disabled mode | Paolo Bonzini | 1 | -2/+2 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 3 | -1/+3 |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 1 | -0/+2 |
2016-03-22 | Clean up includes some more | Markus Armbruster | 1 | -1/+0 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 8 | -0/+8 |
2016-03-07 | scsi-bus: Remove tape command from scsi_req_xfer | Alex Pyrgiotis | 1 | -1/+0 |
2016-02-25 | virtio-scsi: do not use vring in dataplane | Paolo Bonzini | 2 | -214/+34 |
2016-02-16 | mptsas: fix wrong formula | Paolo Bonzini | 1 | -1/+1 |
2016-02-16 | mptsas: fix memory leak | Paolo Bonzini | 1 | -0/+1 |
2016-02-16 | mptsas: add missing va_end | Paolo Bonzini | 1 | -0/+1 |
2016-02-09 | hw: Add support for LSI SAS1068 (mptsas) device | Paolo Bonzini | 6 | -0/+3803 |
2016-02-09 | scsi-generic: grab device and port SAS addresses from backend | Paolo Bonzini | 2 | -0/+93 |
2016-02-09 | scsi: push WWN fields up to SCSIDevice | Paolo Bonzini | 1 | -12/+10 |
2016-02-06 | virtio: introduce qemu_get/put_virtqueue_element | Paolo Bonzini | 1 | -5/+2 |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini | 2 | -16/+17 |
2016-02-04 | virtio: move VirtQueueElement at the beginning of the structs | Paolo Bonzini | 1 | -2/+1 |
2016-02-02 | virtio-scsi: Catch BDS-BB removal/insertion | Max Reitz | 1 | -0/+55 |
2016-01-29 | hw/scsi: Clean up includes | Peter Maydell | 9 | -6/+9 |
2016-01-29 | virtio: Clean up includes | Peter Maydell | 2 | -0/+2 |
2016-01-29 | ppc: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-15 | SCSI device: fix to incomplete QOMify | Cao jin | 3 | -9/+9 |
2016-01-15 | scsi: initialise info object with appropriate size | P J P | 1 | -1/+1 |
2016-01-15 | scsi: revert change to scsi_req_cancel_async and add assertions | Paolo Bonzini | 1 | -0/+11 |
2016-01-13 | error: Use error_prepend() where it makes obvious sense | Markus Armbruster | 1 | -4/+2 |
2015-12-17 | scsi: always call notifier on async cancellation | Paolo Bonzini | 1 | -3/+0 |
2015-12-17 | scsi: use scsi_req_cancel_async when purging requests | Paolo Bonzini | 1 | -2/+4 |
2015-12-17 | vmw_pvscsi: Introduce 'x-disable-pcie' backword compatability property | Shmulik Ladkani | 1 | -0/+2 |
2015-12-17 | vmw_pvscsi: The pvscsi device is a PCIE endpoint | Shmulik Ladkani | 1 | -1/+53 |
2015-12-17 | vmw_pvscsi: coding: Introduce PVSCSIClass | Shmulik Ladkani | 1 | -0/+10 |
2015-12-17 | vmw_pvscsi: Introduce 'x-old-pci-configuration' backword compatability property | Shmulik Ladkani | 1 | -0/+2 |
2015-12-17 | vmw_pvscsi: Change offset of msi pci capability | Shmulik Ladkani | 1 | -2/+3 |
2015-12-17 | vmw_pvscsi: Set device subsystem and revision | Shmulik Ladkani | 1 | -3/+20 |
2015-11-26 | virtio-scsi: don't crash without a valid device | Eugene (jno) Dvurechenski | 1 | -1/+1 |
2015-11-12 | scsi-disk: Account for failed operations | Alberto Garcia | 1 | -15/+31 |
2015-11-05 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 3 | -3/+3 |
2015-11-04 | megasas: Use qemu_hw_version() instead of QEMU_VERSION | Eduardo Habkost | 1 | -1/+1 |
2015-11-04 | osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() | Eduardo Habkost | 2 | -2/+2 |
2015-10-29 | virtio: sync the dataplane vring state to the virtqueue before virtio_save | Pavel Butsykin | 1 | -0/+5 |
2015-10-29 | virtio-scsi: convert to virtqueue_map | Michael S. Tsirkin | 1 | -14/+2 |
2015-10-23 | dataplane: Mark host notifiers' client type as "external" | Fam Zheng | 1 | -10/+8 |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng | 1 | -8/+16 |
2015-10-23 | hw/scsi/spapr_vscsi: Remove superfluous memset | Thomas Huth | 1 | -1/+0 |
2015-10-22 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -4/+3 |
2015-10-22 | vhost: use a function for each call | Marc-André Lureau | 1 | -4/+3 |
2015-10-12 | megasas: fix megasas_get_sata_addr | Paolo Bonzini | 1 | -1/+1 |
2015-10-12 | scsi: switch from g_slice allocator to malloc | Paolo Bonzini | 3 | -14/+12 |