qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Guard page for code_gen_buffer


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/2] Guard page for code_gen_buffer
Date: Sat, 19 Sep 2015 14:10:31 -0700

I started down the path toward using this guard page to trigger
a restart of the translation for a given TB, but got hung up on
the win32 implementation of the "signal handler".

Nevertheless, just having the page without doing anything more
than crashing if it gets touched might still be useful.

Note that the new win32 path in the second patch is untested.
I thought I had a win7 vm on this laptop, but apparently not.
If someone else wants to do that this weekend, awesome.  Otherwise
I'll try to get to it when I'm home on Monday.

Thoughts?


r~


Richard Henderson (2):
  tcg: Emit prologue to the beginning of code_gen_buffer
  tcg: Allocate a guard page after code_gen_buffer

 tcg/tcg.c       |  25 ++++--
 translate-all.c | 232 ++++++++++++++++++++++++++++++--------------------------
 2 files changed, 144 insertions(+), 113 deletions(-)

-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]