qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Warner Losh <imp@bsdimp.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, riku.voipio@iki.fi,
	richard.henderson@linaro.org, Warner Losh <imp@bsdimp.com>
Subject: [PATCH v2 0/1] Use correct trap number for *BSD
Date: Thu, 24 Jun 2021 22:57:05 -0600	[thread overview]
Message-ID: <20210625045707.84534-1-imp@bsdimp.com> (raw)

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.

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



             reply	other threads:[~2021-06-25  4:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-25  4:57 Warner Losh [this message]
2021-06-25  4:57 ` [PATCH v2 0/1] Use correct trap number for *BSD Warner Losh
2021-06-25  4:57 ` [PATCH v2 1/1] tcg: Use correct trap number for page faults on *BSD systems Warner Losh
2021-06-26  5:37   ` Richard Henderson
2021-06-25  5:09 ` [PATCH v2 0/1] Use correct trap number for *BSD Warner Losh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210625045707.84534-1-imp@bsdimp.com \
    --to=imp@bsdimp.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=riku.voipio@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).