index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pv
/
pvbus.c
Age
Commit message (
Expand
)
Author
2017-01-10
Introduce pvbus_reboot() and pvbus_shutdown() to move the repeated
Reyk Floeter
2016-12-06
The kvop is not mandatory to query the type, fixes hostctl -t on vmm(4) VMs.
Reyk Floeter
2016-10-27
vmm is also available on i386 now, so don't restrict it to amd64.
Reyk Floeter
2016-09-21
If not set, set hw_vendor to the name of the first pvbus.
Reyk Floeter
2016-06-06
Provide a bus_dma tag as part of the pvbus attach arguments
Mike Belopuhov
2016-01-27
Add a key-value interface to pvbus(4) that allows to get or set values
Reyk Floeter
2015-12-12
x2APIC is currently enabled on HV guests only, not on bare metal, to
Reyk Floeter
2015-12-12
Identify hypervisors before configuring other children of the mainbus
Reyk Floeter
2015-11-16
pvbus_types isnt full on i386 cos the openbsd vmm entry is only set
David Gwynne
2015-11-13
vmm is i386 only for now
Theo de Raadt
2015-11-13
vmm(4) kernel code
Mike Larkin
2015-07-29
Determine and print Xen hypervisor version.
Mike Belopuhov
2015-07-28
Add callbacks for supported hypervisors in pvbus(4) to print more
Reyk Floeter
2015-07-23
Add the bhyve id to recognize if we're running under this hypervisor.
Reyk Floeter
2015-07-21
Switch pvbus(4) to fully dynamic autoconf - drivers don't have to be
Reyk Floeter
2015-07-21
Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses.
Reyk Floeter