commit | fb6aa6fcfec29932122cb0fb2d5d1f7700a9883b | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Mar 20 15:44:29 2013 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Mar 20 15:45:03 2013 +1030 |
tree | 6833c13453826cd6aca8085ca2ff914784a134ac | |
parent | 9dc7b9e4d0a6daac5b1f29a338911d63d34533cd [diff] |
virtio_rng: use simplified virtqueue accessors. We never add buffers with input and output parts, so use the new accessors. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Asias He <asias@redhat.com>