summaryrefslogtreecommitdiff
path: root/sys/dev/pv/pvbus.c
AgeCommit message (Expand)Author
2022-08-25amd64, i386: use delay_init() instead of writing delay_func by handScott Soule Cheloha
2021-11-05Constify struct cfattach.Martin Pieuchot
2021-08-31When running on Hyper-V, make use of its timecounter as delay func in casePatrick Wildt
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.Visa Hankala
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-01-24cleanup unused headers generated by configJonathan Gray
2019-05-13vmm: add host side pvclockpd
2018-01-18Fix an off-by-one uncovered by the recent free(9) changeMike Belopuhov
2017-06-22Add a hypervisor-specific function pointer in pvbus(4) that gets called duringJonathan Matthew
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