On Thu, Jun 24, 2021 at 10:57 PM Warner Losh <i...@bsdimp.com> wrote:
> This is a resend of a patch I sent back in March that was missing the > proper > includes due to a rebasing mistake. > > The issue is that all the BSDs use T_PAGEFLT to signal a page fault on x86, > while linux uses 0xe. The patch harmonizes the different ways this can be > spelled, as explained in the patch itself. > I forgot to mention that I've setup NetBSD and OpenBSD bhyve instances to compile and test these changes to make double sure that they will pass through the qemu CI. > Warner Losh (1): > tcg: Use correct trap number for page faults on *BSD systems > > accel/tcg/user-exec.c | 20 ++++++++++++++++++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > > -- > 2.22.1 > >