aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/vmm/vmm_stat.c
Commit message (Expand)AuthorAgeFilesLines
* vmm: Add Hygon Dhyana support.Konstantin Belousov2020-02-131-1/+1
* Add accessor function for vm->maxcpusRodney W. Grimes2019-04-251-1/+1
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* vmm(4): Small spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Fix non-deterministic delays when accessing a vcpu that was in "running" orNeel Natu2015-05-281-0/+1
* Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.Neel Natu2015-04-301-1/+0
* Expose the amount of resident and wired memory from the guest's vmspace.Peter Grehan2014-06-251-2/+11
* Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintainedNeel Natu2014-06-071-5/+11
* Add a counter to differentiate between VM-exits due to nested paging faultsNeel Natu2014-02-081-1/+2
* Handle a VM-exit due to a NMI properly by vectoring to the host's NMI handlerNeel Natu2014-01-221-0/+1
* Add an API to rendezvous all active vcpus in a virtual machine. The rendezvousNeel Natu2014-01-141-0/+1
* Support array-type of stats in bhyve.Neel Natu2013-05-101-14/+36
* Add some more stats to keep track of all the reasons that a vcpu is exiting.Neel Natu2013-03-301-0/+13
* Allow vmm stats to be specific to the underlying hardware assist technology.Neel Natu2013-03-161-0/+13
* IFC @ r222830Peter Grehan2011-06-281-0/+1
* Import of bhyve hypervisor and utilities, part 1.Peter Grehan2011-05-131-0/+103