[Bug 282852] bhyve: Failed to emulate instruction sequence

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 20 Nov 2024 10:32:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282852

--- Comment #2 from Sean Farley <scf@FreeBSD.org> ---
(In reply to Mark Peek from comment #1)
Yes, you are exactly right.  Are you psychic?  :)  I did not rebuild bhyve.  I
just tested, and a rebuilt bhyve works now with the patch from GitHub.

The patch is very similar except in the linked patch:
    .op_flags = VIE_OP_F_IMM8
vs your patch:
    .op_flags = VIE_OP_F_IMM

Is there a particular reason to choose the *_IMM flag?

-- 
You are receiving this mail because:
You are the assignee for the bug.