]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm: Implement virtqueues for virtio block device
authorPekka Enberg <penberg@kernel.org>
Tue, 4 Jan 2011 19:07:30 +0000 (21:07 +0200)
committerPekka Enberg <penberg@kernel.org>
Tue, 4 Jan 2011 20:08:10 +0000 (22:08 +0200)
commit4ec0ee06dde3f5cf00c44d5b008969cd1ece5808
tree37805af90f8379f71c686b003d39610f51349116
parentbd4e7d0363f3cebd610bc604a782254c1f2eccb3
kvm: Implement virtqueues for virtio block device

This patch implements virtqueues for virtio block device. It doesn't handle the
I/O requests on the vring yet, though.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/blk-virtio.c