opnsense-src/sys/dev/virtio
Bryan Venteicher e6cc42f181 virtio: Handle possible failure of virtio_finalize_features()
Try to standardize how drivers negotiate feature and the
function names

Reviewed by: grehan (mentor)
Differential Revision: https://reviews.freebsd.org/D27930
2021-01-19 04:55:26 +00:00
..
balloon virtio: Handle possible failure of virtio_finalize_features() 2021-01-19 04:55:26 +00:00
block virtio: Handle possible failure of virtio_finalize_features() 2021-01-19 04:55:26 +00:00
console virtio: Handle possible failure of virtio_finalize_features() 2021-01-19 04:55:26 +00:00
mmio virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
network virtio: Handle possible failure of virtio_finalize_features() 2021-01-19 04:55:26 +00:00
pci virtio: Handle possible failure of virtio_finalize_features() 2021-01-19 04:55:26 +00:00
random virtio: Handle possible failure of virtio_finalize_features() 2021-01-19 04:55:26 +00:00
scsi virtio: Handle possible failure of virtio_finalize_features() 2021-01-19 04:55:26 +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 Add optional VirtIO device method for post-attach notifications 2013-09-01 04:20:23 +00:00
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