opnsense-src/sys/amd64/vmm
John Baldwin c44d097dcf vmm: Free vCPUs when destroying them.
Reported by:	andrew
Reviewed by:	corvink, andrew, markj
Differential Revision:	https://reviews.freebsd.org/D37649

(cherry picked from commit af3b48e101)
2023-01-26 14:07:38 -08:00
..
amd vmm: Pass vcpu instead of vm and vcpuid to APIs used from CPU backends. 2023-01-26 14:00:36 -08:00
intel vmm: Fix build w/o KDTRACE_HOOKS. 2023-01-26 14:07:06 -08:00
io vmm: Allocate vCPUs on first use of a vCPU. 2023-01-26 14:06:16 -08:00
vmm.c vmm: Free vCPUs when destroying them. 2023-01-26 14:07:38 -08:00
vmm_dev.c vmm: Avoid infinite loop in vcpu_lock_all error case. 2023-01-26 14:07:33 -08:00
vmm_host.c Correct undesirable interaction between caching of %cr4 in bhyve and 2018-04-24 13:44:19 +00:00
vmm_host.h amd64: move GDT into PCPU area. 2019-11-12 15:51:47 +00:00
vmm_instruction_emul.c vmm: Use struct vcpu in the instruction emulation code. 2023-01-26 13:47:39 -08:00
vmm_ioport.c vmm: Lookup vcpu pointers in vmmdev_ioctl. 2023-01-26 14:03:29 -08:00
vmm_ioport.h vmm: Lookup vcpu pointers in vmmdev_ioctl. 2023-01-26 14:03:29 -08:00
vmm_ktr.h sys/amd64: further adoption of SPDX licensing ID tags. 2017-11-27 15:03:07 +00:00
vmm_lapic.c vmm: Lookup vcpu pointers in vmmdev_ioctl. 2023-01-26 14:03:29 -08:00
vmm_lapic.h vmm: Lookup vcpu pointers in vmmdev_ioctl. 2023-01-26 14:03:29 -08:00
vmm_mem.c sys/amd64: further adoption of SPDX licensing ID tags. 2017-11-27 15:03:07 +00:00
vmm_mem.h sys/amd64: further adoption of SPDX licensing ID tags. 2017-11-27 15:03:07 +00:00
vmm_snapshot.c bhyve: Drop volatile qualifiers from snapshot code 2022-11-29 12:40:12 -05:00
vmm_stat.c vmm: Convert VM_MAXCPU into a loader tunable hw.vmm.maxcpu. 2023-01-26 14:06:28 -08:00
vmm_stat.h vmm stat: Add a special nelems constant for arrays sized by vCPU count. 2023-01-26 14:04:41 -08:00
vmm_util.c Convert vmm_ops calls to IFUNC 2020-11-28 01:16:59 +00:00
vmm_util.h Convert vmm_ops calls to IFUNC 2020-11-28 01:16:59 +00:00
x86.c vmm: Lookup vcpu pointers in vmmdev_ioctl. 2023-01-26 14:03:29 -08:00
x86.h vmm: Pass vcpu instead of vm and vcpuid to APIs used from CPU backends. 2023-01-26 14:00:36 -08:00