freebsd-skq/sys/dev/virtio
Peter Grehan 1dbd8bc927 Patch from Bryan to fix a virtqueue issue:
virtqueue: Fix non-indirect virtqueues

    We really must walk the entire descriptor chain in order
    to append the to be free'd chain to the existing free
    chain.

Submitted by:	Bryan Venteicher (bryanv@daemoninthecloset.org)
Reported by:	cognet
2012-10-11 23:03:42 +00:00
..
balloon Various VirtIO improvements 2012-07-11 02:57:19 +00:00
block Various VirtIO improvements 2012-07-11 02:57:19 +00:00
network Various VirtIO improvements 2012-07-11 02:57:19 +00:00
pci Various VirtIO improvements 2012-07-11 02:57:19 +00:00
virtio_bus_if.m
virtio_if.m
virtio_ring.h Various VirtIO improvements 2012-07-11 02:57:19 +00:00
virtio.c Revert previous commit... 2012-10-10 08:36:38 +00:00
virtio.h No need to leak these into the includer's namespace. 2012-09-13 00:42:56 +00:00
virtqueue.c Patch from Bryan to fix a virtqueue issue: 2012-10-11 23:03:42 +00:00
virtqueue.h Various VirtIO improvements 2012-07-11 02:57:19 +00:00