opnsense-src/sys/dev/vmm
Bojan Novković a4197ea477 vmm: Add support for guest NUMA emulation
This change adds the necessary kernelspace bits required for
supporting NUMA domains in bhyve VMs.

The layout of system memory segments and how they're created has
been reworked. Each guest NUMA domain will now have its own memory
segment. Furthermore, this change allows users to tweak the domain's
backing vm_object domainset(9) policy.

Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D44565
2025-07-27 18:31:48 +02:00
..
vmm_dev.c vmm: Add support for guest NUMA emulation 2025-07-27 18:31:48 +02:00
vmm_dev.h vmm: Add a device file interface for creating and destroying VMs 2024-11-05 01:40:41 +00:00
vmm_ktr.h
vmm_mem.c vmm: Add support for guest NUMA emulation 2025-07-27 18:31:48 +02:00
vmm_mem.h vmm: Add support for guest NUMA emulation 2025-07-27 18:31:48 +02:00
vmm_stat.c
vmm_stat.h