Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 2025 01:09:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 288237] bhyve does not boot Rocky Linux 10 from ISO
Message-ID:  <bug-288237-27103-kJWH9tR3V3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-288237-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-288237-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=3D288237

--- Comment #18 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Michael Osipov from comment #17)
I am not sure what did you expected to see.

Guest exceptions of any kind (#UD included) are really normal events that m=
ust
be reflected to guest. The knob I mentioned only changes the implementation=
 of
the reflection (instead of hw assist, it causes full vm exit and then
re-injection
managed by vmm).

You can see all exceptions handled by vmm if you add KTR to the kernel and =
then
enable KTR_VMM AKA KTR_GEN event.  This is what I read in the vmx_exit_trac=
e()
function.

--=20
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-288237-27103-kJWH9tR3V3>