From: Mark McLoughlin Date: Mon, 11 May 2009 17:11:46 +0000 (+0100) Subject: lguest: add support for indirect ring entries X-Git-Tag: v2.6.31-rc1~368^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f0132e76a11b05167313c606a853953f416081;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed