From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdWzl-0005pl-Io for qemu-devel@nongnu.org; Sun, 20 Sep 2015 01:17:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdWzi-00008k-Dh for qemu-devel@nongnu.org; Sun, 20 Sep 2015 01:17:01 -0400 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=43586 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdWzi-00008b-6j for qemu-devel@nongnu.org; Sun, 20 Sep 2015 01:16:58 -0400 Message-ID: <55FE4146.3050504@weilnetz.de> Date: Sun, 20 Sep 2015 07:16:54 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1442697033-22409-1-git-send-email-rth@twiddle.net> In-Reply-To: <1442697033-22409-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Guard page for code_gen_buffer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Am 19.09.2015 um 23:10 schrieb Richard Henderson: > 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~ I must admit that I usually test using wine32 and wine64. Maybe I can have a look on these patches this evening. Stefan