Commit Graph

23 Commits (b9f96b5dcb1e2a75d142e481b77805ffdc6ccea6)

Author SHA1 Message Date
Michael S. Tsirkin 2d61ba9503 virtio: order used ring after used index read 15 years ago
Rusty Russell 3c1b27d504 virtio: make add_buf return capacity remaining 16 years ago
Mark McLoughlin 9fa29b9df3 virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC) 16 years ago
Rusty Russell 9499f5e7ed virtio: add names to virtqueue struct, mapping from devices to queues. 16 years ago
Rusty Russell c5f841f178 virtio: more neatening of virtio_ring macros. 16 years ago
Roel Kluin 3a35ce7dce virtio: fix BAD_RING, START_US and END_USE macros 16 years ago
Rusty Russell 87c7d57c17 virtio: hand virtio ring alignment as argument to vring_new_virtqueue 16 years ago
Rusty Russell e34f872567 virtio: Add transport feature handling stub for virtio_ring. 17 years ago
Rusty Russell 44653eae14 virtio: don't always force a notification when ring is full 17 years ago
Rusty Russell b4f68be6c5 virtio: force callback on empty. 17 years ago
Christian Borntraeger 52a3a05f3a virtio_net: another race with virtio_net and enable_cb 17 years ago
Rusty Russell 5ef827526f virtio: ignore corrupted virtqueues rather than spinning. 17 years ago
Rusty Russell 2557a933b7 virtio: remove overzealous BUG_ON. 17 years ago
Christian Borntraeger 4265f161b6 virtio: fix race in enable_cb 17 years ago
Rusty Russell c6fd47011b virtio: Allow virtio to be modular and used by modules 17 years ago
Rusty Russell 15f9c8903c virtio: Use the sg_phys convenience function. 17 years ago
Rusty Russell 81a8deab1c virtio: handle interrupts after callbacks turned off 17 years ago
Rusty Russell 6e5aa7efb2 virtio: reset function 17 years ago
Rusty Russell 426e3e0af5 virtio: clarify NO_NOTIFY flag usage 17 years ago
Rusty Russell 18445c4d50 virtio: explicit enable_cb/disable_cb rather than callback return. 17 years ago
Rusty Russell 42b36cc0ce virtio: Force use of power-of-two for descriptor ring sizes 17 years ago
Anthony Liguori 1bc4953ed4 virtio: Fix used_idx wrap-around 17 years ago
Rusty Russell 0a8a69dd77 Virtio helper routines for a descriptor ringbuffer implementation 18 years ago