Searched hist:"06 ca287dbac9cc19d04ac2901b8c4882c03795ff" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/virtio/ |
H A D | virtio_mmio.c | diff 06ca287dbac9cc19d04ac2901b8c4882c03795ff Tue Oct 16 08:26:14 CDT 2012 Rusty Russell <rusty@rustcorp.com.au> virtio: move queue_index and num_free fields into core struct virtqueue.
They're generic concepts, so hoist them. This also avoids accessor functions (though kept around for merge with DaveM's net tree).
This goes even further than Jason Wang's 17bb6d4088 patch ("virtio-ring: move queue_index to vring_virtqueue") which moved the queue_index from the specific transport.
Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
H A D | virtio_ring.c | diff 06ca287dbac9cc19d04ac2901b8c4882c03795ff Tue Oct 16 08:26:14 CDT 2012 Rusty Russell <rusty@rustcorp.com.au> virtio: move queue_index and num_free fields into core struct virtqueue.
They're generic concepts, so hoist them. This also avoids accessor functions (though kept around for merge with DaveM's net tree).
This goes even further than Jason Wang's 17bb6d4088 patch ("virtio-ring: move queue_index to vring_virtqueue") which moved the queue_index from the specific transport.
Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
/openbmc/linux/include/linux/ |
H A D | virtio.h | diff 06ca287dbac9cc19d04ac2901b8c4882c03795ff Tue Oct 16 08:26:14 CDT 2012 Rusty Russell <rusty@rustcorp.com.au> virtio: move queue_index and num_free fields into core struct virtqueue.
They're generic concepts, so hoist them. This also avoids accessor functions (though kept around for merge with DaveM's net tree).
This goes even further than Jason Wang's 17bb6d4088 patch ("virtio-ring: move queue_index to vring_virtqueue") which moved the queue_index from the specific transport.
Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|