summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv/pvbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Determine and print Xen hypervisor version.mikeb2015-07-291-2/+16
* Add callbacks for supported hypervisors in pvbus(4) to print morereyk2015-07-281-28/+53
* Add the bhyve id to recognize if we're running under this hypervisor.reyk2015-07-231-1/+2
* Switch pvbus(4) to fully dynamic autoconf - drivers don't have to bereyk2015-07-211-17/+19
* Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses.reyk2015-07-211-0/+193