opnsense-src/lib/libvmmapi
Mark Johnston 23a28fe777 libvmmapi: Fix auto-loading of vmm.ko
- We should autoload vmm.ko when creating a VM with vm_openf(), to
  preserve behaviour prior to commit 99127fd103.
- kldload(2) returns a non-zero value upon success, so the existing code
  was wrong.

Reviewed by:	jhb
Reported by:	olivier
Fixes:		99127fd103 ("libvmmapi: Use the vmmctl device file to create and destroy VMs")
Differential Revision:	https://reviews.freebsd.org/D48797
2025-02-06 16:25:42 +00:00
..
aarch64
amd64
riscv
internal.h
Makefile
Makefile.depend
ppt.c
vmmapi.c libvmmapi: Fix auto-loading of vmm.ko 2025-02-06 16:25:42 +00:00
vmmapi.h