aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/virtqueue.h
Commit message (Expand)AuthorAgeFilesLines
* Add accessor to get the number of free descriptors in the virtqueueBryan Venteicher2014-07-101-0/+1
* Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.hBryan Venteicher2014-06-161-6/+0
* Add support for postponing VirtIO virtqueue interruptsBryan Venteicher2013-09-011-1/+11
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-041-1/+1
* Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher2013-07-041-2/+3
* Various VirtIO improvementsPeter Grehan2012-07-111-5/+1
* Do not include <sys/types.h> in the local headers. The .c files includingDavid E. O'Brien2012-07-031-2/+0
* Catch up with Bryan Venteicher's virtio git repo:Peter Grehan2012-04-141-0/+1
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-181-0/+98