qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Programmingkid <programmingkidx@gmail.com>
To: Paolo Bonzini <pbonzini@redhat.com>,
	QEMU devel list <qemu-devel@nongnu.org>
Subject: Windows 7 crashing due to patch: target/i386: extract mmu_translate
Date: Mon, 7 Jun 2021 12:02:09 -0400	[thread overview]
Message-ID: <BA7A5980-1DBA-4051-BC27-0DCDD1D1FC29@gmail.com> (raw)

Hi Paolo,

Windows 7 is crashing a lot in QEMU due to this error: PAGE_FAULT_IN_NONPAGED_AREA.
After bisecting I traced the issue to this patch:

661ff4879eee77953836ba9843c74b202844a492
Author: Paolo Bonzini <pbonzini@redhat.com>
Date:   Thu Mar 18 10:16:35 2021 -0400

    target/i386: extract mmu_translate
    
    Extract the page table lookup out of handle_mmu_fault, which only has
    to invoke mmu_translate and either fill the TLB or deliver the page
    fault.
    
    Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

 target/i386/tcg/sysemu/excp_helper.c | 151 ++++++++++++++++++++---------------
 1 file changed, 86 insertions(+), 65 deletions(-)

Here is the bug report link: https://gitlab.com/qemu-project/qemu/-/issues/394

Thank you.

                 reply	other threads:[~2021-06-07 16:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=BA7A5980-1DBA-4051-BC27-0DCDD1D1FC29@gmail.com \
    --to=programmingkidx@gmail.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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).