commit | 9499f5e7ed5224c40706f0cec6542a9916bc7606 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:16:35 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:16:36 2009 +0930 |
tree | 3e4e1b36d3d549ea356e88e6e44359a887c6ee01 | |
parent | ef688e151c00e5d529703be9a04fd506df8bc54e [diff] |
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 <rusty@rustcorp.com.au>