summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv/pvbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-261-2/+1
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-3/+1
* cleanup unused headers generated by configjsg2020-01-241-3/+1
* vmm: add host side pvclockpd2019-05-131-2/+2
* Fix an off-by-one uncovered by the recent free(9) changemikeb2018-01-181-3/+3
* Add a hypervisor-specific function pointer in pvbus(4) that gets called duringjmatthew2017-06-221-1/+14
* Introduce pvbus_reboot() and pvbus_shutdown() to move the repeatedreyk2017-01-101-1/+21
* The kvop is not mandatory to query the type, fixes hostctl -t on vmm(4) VMs.reyk2016-12-061-2/+2
* vmm is also available on i386 now, so don't restrict it to amd64.reyk2016-10-271-5/+1
* If not set, set hw_vendor to the name of the first pvbus.reyk2016-09-211-1/+16
* Provide a bus_dma tag as part of the pvbus attach argumentsmikeb2016-06-061-1/+21
* Add a key-value interface to pvbus(4) that allows to get or set valuesreyk2016-01-271-1/+146
* x2APIC is currently enabled on HV guests only, not on bare metal, toreyk2015-12-121-1/+8
* Identify hypervisors before configuring other children of the mainbusreyk2015-12-121-35/+64
* pvbus_types isnt full on i386 cos the openbsd vmm entry is only setdlg2015-11-161-2/+3
* vmm is i386 only for nowderaadt2015-11-131-1/+5
* vmm(4) kernel codemlarkin2015-11-131-2/+4
* 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