[Bug 288237] bhyve does not boot Rocky Linux 10 from ISO
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 288237] bhyve does not boot ISO from Rocky Linux 10"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Jul 2025 01:09:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288237 --- 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 must 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_trace() function. -- You are receiving this mail because: You are the assignee for the bug.