]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm: Implement virtio blk device vring lookup
authorPekka Enberg <penberg@kernel.org>
Wed, 5 Jan 2011 16:00:52 +0000 (18:00 +0200)
committerPekka Enberg <penberg@kernel.org>
Wed, 5 Jan 2011 16:10:10 +0000 (18:10 +0200)
commit1a89ab75dc760350aacaeffafad24c202652b64d
treea56220b0dd14447f5f3d5ec122a08968ac61cfc4
parent4ec0ee06dde3f5cf00c44d5b008969cd1ece5808
kvm: Implement virtio blk device vring lookup

This patch changes VIRTIO_PCI_QUEUE_NOTIFY handler to look up the actual I/O
request from the vring. We don't inject anything back to the guest yet.

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