All of lore.kernel.org
 help / color / mirror / Atom feed
* Windows 7 crashing due to patch: target/i386: extract mmu_translate
@ 2021-06-07 16:02 Programmingkid
  0 siblings, 0 replies; only message in thread
From: Programmingkid @ 2021-06-07 16:02 UTC (permalink / raw)
  To: Paolo Bonzini, QEMU devel list

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-07 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 16:02 Windows 7 crashing due to patch: target/i386: extract mmu_translate Programmingkid

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.