summaryrefslogtreecommitdiff
path: root/sys/dev/pv/pvbus.c
AgeCommit message (Expand)Author
2017-01-10Introduce pvbus_reboot() and pvbus_shutdown() to move the repeatedReyk Floeter
2016-12-06The kvop is not mandatory to query the type, fixes hostctl -t on vmm(4) VMs.Reyk Floeter
2016-10-27vmm is also available on i386 now, so don't restrict it to amd64.Reyk Floeter
2016-09-21If not set, set hw_vendor to the name of the first pvbus.Reyk Floeter
2016-06-06Provide a bus_dma tag as part of the pvbus attach argumentsMike Belopuhov
2016-01-27Add a key-value interface to pvbus(4) that allows to get or set valuesReyk Floeter
2015-12-12x2APIC is currently enabled on HV guests only, not on bare metal, toReyk Floeter
2015-12-12Identify hypervisors before configuring other children of the mainbusReyk Floeter
2015-11-16pvbus_types isnt full on i386 cos the openbsd vmm entry is only setDavid Gwynne
2015-11-13vmm is i386 only for nowTheo de Raadt
2015-11-13vmm(4) kernel codeMike Larkin
2015-07-29Determine and print Xen hypervisor version.Mike Belopuhov
2015-07-28Add callbacks for supported hypervisors in pvbus(4) to print moreReyk Floeter
2015-07-23Add the bhyve id to recognize if we're running under this hypervisor.Reyk Floeter
2015-07-21Switch pvbus(4) to fully dynamic autoconf - drivers don't have to beReyk Floeter
2015-07-21Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses.Reyk Floeter