Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2025 21:20:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 203643] [bhyve] NetBSD causes bhyve to exit on AMD processors
Message-ID:  <bug-203643-27103-eLmVpKDgGN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203643-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203643-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203643-27103-eLmVpKDgGN>