summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* virtio-blk: fix barrier supportChristoph Hellwig2010-07-201-2/+13
* 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: 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
* Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl2009-06-131-0/+1
* Separate virtio PCI codePaul Brook2009-05-181-16/+7
* Virtio-blk qdev conversionPaul Brook2009-05-141-9/+10
* Virtio-net qdev conversionPaul Brook2009-05-141-4/+8
* virtio-blk: add SGI_IO passthru supportChristoph Hellwig2009-05-011-7/+116
* virtio-blk: use generic vectored I/O APIs (Christoph Hellwig)aliguori2009-03-281-71/+17
* qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori2009-02-111-0/+1
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+1
* Add and use #defines for PCI device classesblueswir12009-02-011-1/+1
* Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)aliguori2009-01-261-1/+2
* Stop VM on error in virtio-blk. (Gleb Natapov)aliguori2009-01-221-46/+124
* pci: virtio: use pci id defines (Gerd Hoffman)aliguori2008-12-111-3/+4
* Add virtio-blk supportaliguori2008-12-041-0/+248