From: Rusty Russell Date: Sat, 13 Jun 2009 04:16:35 +0000 (-0600) Subject: virtio: add names to virtqueue struct, mapping from devices to queues. X-Git-Tag: v2.6.31-rc1~369^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9499f5e7ed5224c40706f0cec6542a9916bc7606;p=pandora-kernel.git virtio: add names to virtqueue struct, mapping from devices to queues. Add a linked list of all virtqueues for a virtio device: this helps for debugging and is also needed for upcoming interface change. Also, add a "name" field for clearer debug messages. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed