commit e995879e78cf57b76c7793c2d9ae50be5c2a9c41 Author: Aaron LI <a...@aaronly.me> Date: Thu May 13 07:25:59 2021 +0800
nvmm: Port to DragonFly #8: kcpuset(9) -> cpumask(9) Translate NetBSD's kcpuset(9) API to our cpumask(9) API. Use the atomic version to avoid possible races between multiple vCPUs. Summary of changes: sys/dev/virtual/nvmm/x86/nvmm_x86_vmx.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e995879e78cf57b76c7793c2d9ae50be5c2a9c41 -- DragonFly BSD source repository