aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-blk.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-05drive cleanup fixes.Gerd Hoffmann1-1/+0
2009-09-11virtio-blk: add volatile writecache featureChristoph Hellwig1-1/+23
2009-09-11qemu: make virtio-blk PCI compliant by defaultMichael S. Tsirkin1-4/+8
2009-09-11virtio-blk: Use bdrv_aio_multiwriteKevin Wolf1-8/+42
2009-08-27virtio-blk: handle NULL returns from bdrv_aio_{read, write}Christoph Hellwig1-4/+14
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann1-6/+4
2009-07-30Fix VM state change handlers running out of orderMarkus Armbruster1-3/+17
2009-06-24Add serial number support for virtio_blkjohn cooper1-0/+55
2009-06-16virtio blk: fix warning.Gerd Hoffmann1-0/+1
2009-06-13Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl1-0/+1
2009-05-18Separate virtio PCI codePaul Brook1-16/+7
2009-05-14Virtio-blk qdev conversionPaul Brook1-9/+10
2009-05-14Virtio-net qdev conversionPaul Brook1-4/+8
2009-05-01virtio-blk: add SGI_IO passthru supportChristoph Hellwig1-7/+116
2009-03-28virtio-blk: use generic vectored I/O APIs (Christoph Hellwig)aliguori1-71/+17
2009-02-11qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori1-0/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+1
2009-02-01Add and use #defines for PCI device classesblueswir11-1/+1
2009-01-26Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)aliguori1-1/+2
2009-01-22Stop VM on error in virtio-blk. (Gleb Natapov)aliguori1-46/+124
2008-12-11pci: virtio: use pci id defines (Gerd Hoffman)aliguori1-3/+4
2008-12-04Add virtio-blk supportaliguori1-0/+248