From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THJUJ-0005vU-RP for qemu-devel@nongnu.org; Thu, 27 Sep 2012 15:11:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THJUA-0007ma-BM for qemu-devel@nongnu.org; Thu, 27 Sep 2012 15:11:07 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:55686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THJUA-0007mU-5B for qemu-devel@nongnu.org; Thu, 27 Sep 2012 15:10:58 -0400 Received: by pbbrp2 with SMTP id rp2so4037339pbb.4 for ; Thu, 27 Sep 2012 12:10:57 -0700 (PDT) Sender: Richard Henderson Message-ID: <5064A4BF.7060405@twiddle.net> Date: Thu, 27 Sep 2012 12:10:55 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1348766113-18373-1-git-send-email-aurelien@aurel32.net> <1348766113-18373-10-git-send-email-aurelien@aurel32.net> In-Reply-To: <1348766113-18373-10-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 09/13] tcg: start with local temps in TEMP_VAL_MEM state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 09/27/2012 10:15 AM, Aurelien Jarno wrote: > Start with local temps in TEMP_VAL_MEM state, to make possible a later > check that all the temps are correctly saved back to memory. > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~