From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwxOc-0002k0-TO for qemu-devel@nongnu.org; Fri, 26 Aug 2011 10:28:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwxOc-0004W9-1n for qemu-devel@nongnu.org; Fri, 26 Aug 2011 10:28:34 -0400 Received: from eu1sys200aog115.obsmtp.com ([207.126.144.139]:53260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwxOb-0004Vc-PZ for qemu-devel@nongnu.org; Fri, 26 Aug 2011 10:28:34 -0400 Date: Fri, 26 Aug 2011 16:28:07 +0200 From: Message-ID: <20110826142807.GF32250@gnx2503> References: <20110826141554.GE32250@gnx2503> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Regression in QEMU user-mode (Was: "tcg: Reload local variables after return from longjmp") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , Jan Kiszka , Riku Voipio , "qemu-devel@nongnu.org" On Fri, Aug 26, 2011 at 04:19:26PM +0200, Peter Maydell wrote: > Yes; we've discussed this before in this thread: > http://lists.nongnu.org/archive/html/qemu-devel/2011-08/msg01623.html > > That commit breaks multi-threaded usermode programs (well, even > more than they usually are). I think we decided that the right > fix was to make cpu_single_env thread-local (but that needs a > slight change for windows, see one of the messages in the thread). Oops, I didn't read this thread correctly... Thanks!