summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/virtio.h
AgeCommit message (Expand)Author
2023-09-18virtio: remove virtio_alloc_virtqueues' flags argMina Galić
2023-09-18virtio: use bool for boolean functionsMina Galić
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-05-06virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-10-11virtio: make the write_config buffer argument constAlex Richardson
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-03-16bhyve: virtio shares definitions between sys/dev/virtioKa Ho Ng
2021-01-21virtio: Reduce boilerplate for device driver module definitionsJessica Clarke
2021-01-19virtio_pci: Add sysctl to show current featuresBryan Venteicher
2021-01-19virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher
2019-06-04virtio(4): Add PNP match metadata for virtio devicesConrad Meyer
2019-06-04virtio(4): Expose PNP metadata through newbusConrad Meyer
2018-02-19Add VirtIO bus config_generation methodBryan Venteicher
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-06-16Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.hBryan Venteicher
2014-06-01Split the virtio.h header file into multiple filesBryan Venteicher
2013-07-04Merge virtio_pci changes from projects/virtioBryan Venteicher
2013-07-04Merge virtio changes from projects/virtioBryan Venteicher
2012-10-11Virtio SCSI driverPeter Grehan
2012-09-13No need to leak these into the includer's namespace.Peter Grehan
2012-07-11Various VirtIO improvementsPeter Grehan
2012-07-03Do not include <sys/types.h> in the local headers. The .c files includingDavid E. O'Brien
2011-12-06Catch up with Bryan Venteicher's virtio Hg repo:Peter Grehan
2011-11-18Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan