aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/vmm/vmm_stat.h
Commit message (Expand)AuthorAgeFilesLines
* vmm: Move duplicated stats code into a generic fileMark Johnston2024-08-261-101/+8
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* vmm: fix missing ipi statisticVitaliy Gusev2023-03-171-2/+0
* vmm stat: Add a special nelems constant for arrays sized by vCPU count.John Baldwin2022-11-181-0/+2
* vmm: Lookup vcpu pointers in vmmdev_ioctl.John Baldwin2022-11-181-2/+2
* vmm: Use struct vcpu with the vmm_stat API.John Baldwin2022-11-181-10/+10
* Extend the VMM stats interface to support a dynamic count of statistics.John Baldwin2022-02-071-4/+2
* amd64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix non-deterministic delays when accessing a vcpu that was in "running" orNeel Natu2015-05-281-0/+1
* Expose the amount of resident and wired memory from the guest's vmspace.Peter Grehan2014-06-251-3/+36
* Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintainedNeel Natu2014-06-071-2/+3
* 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-11/+29
* 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-3/+24
* Import of bhyve hypervisor and utilities, part 1.Peter Grehan2011-05-131-0/+71