linux/drivers/virtio
Rusty Russell 06ca287dba 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>
2012-12-18 15:20:31 +10:30
..
config.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
Kconfig virtio: remove CONFIG_VIRTIO_RING 2012-09-28 15:05:15 +09:30
Makefile virtio: remove CONFIG_VIRTIO_RING 2012-09-28 15:05:15 +09:30
virtio_balloon.c virtio-balloon: fix add/get API use 2012-07-09 09:07:22 +09:30
virtio_mmio.c virtio: move queue_index and num_free fields into core struct virtqueue. 2012-12-18 15:20:31 +10:30
virtio_pci.c virtio: move queue_index and num_free fields into core struct virtqueue. 2012-12-18 15:20:31 +10:30
virtio_ring.c virtio: move queue_index and num_free fields into core struct virtqueue. 2012-12-18 15:20:31 +10:30
virtio.c virtio: don't crash when device is buggy 2012-09-28 15:05:16 +09:30