From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvwh1-0000zL-9f for qemu-devel@nongnu.org; Tue, 23 Aug 2011 15:31:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qvwgy-0000h9-P1 for qemu-devel@nongnu.org; Tue, 23 Aug 2011 15:31:23 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:52544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvwgy-0000h1-KW for qemu-devel@nongnu.org; Tue, 23 Aug 2011 15:31:20 -0400 Received: by fxbb27 with SMTP id b27so536921fxb.4 for ; Tue, 23 Aug 2011 12:31:19 -0700 (PDT) Date: Tue, 23 Aug 2011 21:31:16 +0200 From: "Edgar E. Iglesias" Message-ID: <20110823193116.GB32250@zapo> References: <1314121412-7102-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org, Richard Henderson On Tue, Aug 23, 2011 at 07:41:35PM +0100, Peter Maydell wrote: > On 23 August 2011 18:43, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > > Reviewed-by: Peter Maydell > > Confirmed that this fixes the assertion on x86-64 host. I've applied this. Thanks both of you for the quick response. Cheers