opnsense-src/sys/dev/virtio
Bryan Venteicher 5e22081177 if_vtnet: Add initial modern (V1) support
Very basic support to get packets flowing on modern QEMU but still
several conformance issues remain that will be addressed in later
commits.

First of many passes at cleaning up various accumulated cruft

Reviewed by: grehan (mentor)
Differential Revision: https://reviews.freebsd.org/D27904
2021-01-19 04:55:24 +00:00
..
balloon virtio_balloon: Add modern (V1) support 2021-01-19 04:55:23 +00:00
block virtio_blk: Add modern (V1) support 2021-01-19 04:55:24 +00:00
console virtio_console: Add modern (V1) support 2021-01-19 04:55:24 +00:00
mmio virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
network if_vtnet: Add initial modern (V1) support 2021-01-19 04:55:24 +00:00
pci virtio_pci: Add sysctl to show current features 2021-01-19 04:55:23 +00:00
random virtio_random: Add modern (V1) support 2021-01-19 04:55:23 +00:00
scsi virtio_scsi: Add modern (V1) support 2021-01-19 04:55:24 +00:00
virtio.c virtio_pci: Add sysctl to show current features 2021-01-19 04:55:23 +00:00
virtio.h virtio_pci: Add sysctl to show current features 2021-01-19 04:55:23 +00:00
virtio_bus_if.m virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
virtio_config.h Update VirtIO definitions from Linux virtio_config.h and virtio_ring.h headers 2018-06-17 20:45:48 +00:00
virtio_endian.h virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
virtio_ids.h Sync VirtIO IDs with Linux 2018-01-14 06:03:40 +00:00
virtio_if.m
virtio_ring.h Update VirtIO definitions from Linux virtio_config.h and virtio_ring.h headers 2018-06-17 20:45:48 +00:00
virtqueue.c virtio: Add modern (v1) virtqueue support 2021-01-19 04:55:23 +00:00
virtqueue.h virtio: Add modern (v1) virtqueue support 2021-01-19 04:55:23 +00:00