commit | d1f0132e76a11b05167313c606a853953f416081 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Mon May 11 18:11:46 2009 +0100 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:27:13 2009 +0930 |
tree | abd06f91d578b1927249f6a467910da88b3ec910 | |
parent | b60da13fc7bbf99d3c68578bd3fbcf66e1cb5f41 [diff] |
lguest: add support for indirect ring entries Support the VIRTIO_RING_F_INDIRECT_DESC feature. This is a simple matter of changing the descriptor walking code to operate on a struct vring_desc* and supplying it with an indirect table if detected. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>