summaryrefslogtreecommitdiffstats
path: root/sys/modules/virtio
Commit message (Collapse)AuthorAgeFilesLines
* Kill MFILES and find things automatically. It turned out to be onlyimp2015-07-038-24/+0
| | | | | | | | | lightly used. Find the proper .m file when we depend on *_if.[ch] in the srcs line, with seat-belts for false positive matches. This uses make's path mechanism. A further refinement would be to calculate this once, and then pass the resulting _MPATH to modules submakes. Differential Revision: https://reviews.freebsd.org/D2327
* Add VirtIO console driverbryanv2014-10-232-1/+37
| | | | | | | | | Support for the multiport feature is mostly implemented, but currently disabled due to some potential races in the hot plug code paths. Requested by: marcel MFC after: 1 month Relnotes: yes
* Move most of the 15 variations on generating opt_inet.h andimp2014-08-041-14/+0
| | | | | | opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too.
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* Add very simple virtio_random(4) driver to harvest entropy from hostbryanv2014-01-182-1/+37
| | | | Reviewed by: markm (random bits only)
* Import multiqueue VirtIO net driver from my user/bryanv/vtnetmq branchbryanv2013-09-011-0/+15
| | | | | | This is a significant rewrite of much of the previous driver; lots of misc. cleanup was also performed, and support for a few other minor features was also added.
* Virtio SCSI drivergrehan2012-10-112-1/+37
| | | | | Submitted by: Bryan Venteicher bryanv at daemoninthecloset dot org Reviewed by: grehan
* Import virtio base, PCI front-end, and net/block/balloon drivers.grehan2011-11-186-0/+210
Tested on Qemu/KVM, VirtualBox, and BHyVe. Currently built as modules-only on i386/amd64. Man pages not yet hooked up, pending review. Submitted by: Bryan Venteicher bryanv at daemoninthecloset dot org Reviewed by: bz MFC after: 4 weeks or so
OpenPOWER on IntegriCloud