[Bug 203643] [bhyve] NetBSD causes bhyve to exit on AMD processors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Mar 2025 21:20:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203643 --- Comment #11 from Mark Peek <mp@FreeBSD.org> --- (In reply to NAKAJI Hiroyuki from comment #10) I would not expect that code change to give the exact same error. Given your build steps, vmm.ko was likely installed into /boot/modules. The kldload would likely look in from /boot/kernel first (look at sysctl kern.module_path) loading the existing one. You should kldload it with a fully qualified path to make sure you are loading the new one. -- You are receiving this mail because: You are the assignee for the bug.