]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vmm: Use struct vcpu with the vmm_stat API.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 18 Nov 2022 18:01:18 +0000 (10:01 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 18 Nov 2022 18:25:36 +0000 (10:25 -0800)
commit3dc3d32ad67b38ab44ed4a7cf3020a0741b47ec1
tree1c455a81b0439f10731adba85e3a926d204f08eb
parent950af9ffc616ee573a1ce6ef0c841e897b13dfc4
vmm: Use struct vcpu with the vmm_stat API.

The function callbacks still use struct vm and and vCPU index.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D37157
sys/amd64/include/vmm.h
sys/amd64/vmm/amd/svm.c
sys/amd64/vmm/intel/vmx.c
sys/amd64/vmm/io/vlapic.c
sys/amd64/vmm/vmm.c
sys/amd64/vmm/vmm_stat.c
sys/amd64/vmm/vmm_stat.h