summaryrefslogtreecommitdiff
path: root/block/iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-28ISCSI: Switch to using READ16/WRITE16 for I/O to the LUNRonnie Sahlberg1-29/+83
2012-05-28ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMCRonnie Sahlberg1-5/+59
2012-05-28ISCSI: get device type at connection timeRonnie Sahlberg1-2/+43
2012-05-28ISCSI: change num_blocks to 64-bitPaolo Bonzini1-1/+1
2012-05-28ISCSI: redo how we set up the eventsRonnie Sahlberg1-4/+21
2012-05-04ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNsRonnie Sahlberg1-13/+73
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini1-2/+2
2012-02-09iSCSI: add configuration variables for iSCSIRonnie Sahlberg1-10/+129
2011-10-28iSCSI block driverRonnie Sahlberg1-0/+591