summaryrefslogtreecommitdiffstats
path: root/hw/virtio-blk.c
Commit message (Expand)AuthorAgeFilesLines
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+2
* virtio-blk: Convert fprintf() to error_report()Stefan Hajnoczi2010-11-211-2/+2
* virtio-blk: Handle immediate flush failure properlyKevin Wolf2010-11-041-1/+1
* virtio-blk: Respect werror option for flushesKevin Wolf2010-10-221-1/+7
* virtio-blk: propagate the required alignmentChristoph Hellwig2010-09-211-0/+1
* trace: Trace virtio-blk, multiwrite, and paio_submitStefan Hajnoczi2010-09-091-0/+7
* virtio-blk: Fix migration of queued requestsKevin Wolf2010-08-301-0/+5
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* virtio-blk: Create exit function to unregister savevmAlex Williamson2010-07-261-0/+8
* ide scsi virtio-blk: Reject empty drives unless media is removableMarkus Armbruster2010-07-131-0/+4
* virtio-blk: Fix virtio-blk-s390 to require driveMarkus Armbruster2010-07-131-0/+6
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-07-061-0/+14
|\
| * Add virtio disk identification supportjohn cooper2010-07-061-0/+14
* | savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
|/
* block: Fix virtual media change for if=noneMarkus Armbruster2010-07-021-0/+1
* qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster2010-07-021-1/+1
* virtio-blk: fix the list operation in virtio_blk_load().Yoshiaki Tamura2010-06-221-1/+1
* block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster2010-06-151-2/+1
* virtio-blk: simplify multiwrite calling conventionsChristoph Hellwig2010-06-141-37/+35
* virtio-blk: stop tracking old_bsChristoph Hellwig2010-06-141-19/+10
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-2/+0
* Cleanup: virtio-blk.c: Be more consistent using BDRV_SECTOR_SIZE insteadJes Sorensen2010-06-041-3/+4
* virtio-blk: fix barrier supportChristoph Hellwig2010-05-211-2/+13
* virtio-blk: Avoid zeroing every request structureStefan Hajnoczi2010-05-211-1/+3
* Remove un-needed codeBruce Rogers2010-04-231-1/+0
* virtio-blk: Fix use after free in error caseKevin Wolf2010-04-181-3/+3
* block: add logical_block_size propertyChristoph Hellwig2010-03-171-3/+17
* block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino2010-03-081-1/+1
* virtio-blk: add topology supportChristoph Hellwig2010-02-101-0/+7
* block: add topology qdev propertiesChristoph Hellwig2010-02-101-2/+2
* virtio-blk: revert serial number supporthch@lst.de2010-02-101-58/+2
* virtio-blk: Generate BLOCK_IO_ERROR QMP eventLuiz Capitulino2010-02-101-1/+5
* virtio-blk: Fix error cases which ignored rerror/werrorKevin Wolf2010-01-291-2/+2
* virtio-blk: Fix restart after read errorKevin Wolf2010-01-291-2/+9
* virtio_blk: Factor virtio_blk_handle_request outKevin Wolf2010-01-291-32/+46
* virtio-blk: remove dead variable in virtio_blk_handle_scsiChristoph Hellwig2010-01-131-4/+1
* virtio: add features as qdev propertiesMichael S. Tsirkin2010-01-111-5/+1
* virtio-blk: Implement rerror optionKevin Wolf2009-12-031-5/+8
* Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-031-1/+1
* virtio-blk: Pass read errors to the guestKevin Wolf2009-11-121-1/+1
* Pass the drive's readonly attribute to the guest OSNaphtali Sprei2009-11-091-0/+3
* drive cleanup fixes.Gerd Hoffmann2009-10-051-1/+0
* virtio-blk: add volatile writecache featureChristoph Hellwig2009-09-111-1/+23
* qemu: make virtio-blk PCI compliant by defaultMichael S. Tsirkin2009-09-111-4/+8
* virtio-blk: Use bdrv_aio_multiwriteKevin Wolf2009-09-111-8/+42
* virtio-blk: handle NULL returns from bdrv_aio_{read, write}Christoph Hellwig2009-08-271-4/+14
* qdev-ify virtio-blk.Gerd Hoffmann2009-08-101-6/+4
* Fix VM state change handlers running out of orderMarkus Armbruster2009-07-301-3/+17
* Add serial number support for virtio_blkjohn cooper2009-06-241-0/+55
* virtio blk: fix warning.Gerd Hoffmann2009-06-161-0/+1
OpenPOWER on IntegriCloud