commit | 7c5e9ed0c84e7d70d887878574590638d5572659 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Apr 12 16:19:07 2010 +0300 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed May 19 22:15:43 2010 +0930 |
tree | c929c367c6854f021b787fa99fc56d37f64d9bc0 | |
parent | 1915a712f210f0b63d10bc4f875e8e66aac7a2c4 [diff] |
virtio_ring: remove a level of indirection We have a single virtqueue_ops implementation, and it seems unlikely we'll get another one at this point. So let's remove an unnecessary level of indirection: it would be very easy to re-add it if another implementation surfaces. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>