Statistics
| Branch: | Revision:

root / hw / virtio-blk.h @ 4efbe58f

History | View | Annotate | Download (1.8 kB)

# Date Author Comment
6e02c38d 12/04/2008 09:52 pm aliguori

Add virtio-blk support

Virtio-blk is a paravirtual block device based on VirtIO. It can be used by
specifying the if=virtio parameter to the -drive parameter.

When using -enable-kvm, it can achieve very good performance compared to IDE or
SCSI.

Signed-off-by: Anthony Liguori <>...