From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THKPt-0004UJ-Nf for qemu-devel@nongnu.org; Thu, 27 Sep 2012 16:10:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THKPo-0002T1-GC for qemu-devel@nongnu.org; Thu, 27 Sep 2012 16:10:37 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:34756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THKPo-0002SY-9Q for qemu-devel@nongnu.org; Thu, 27 Sep 2012 16:10:32 -0400 Received: by padfb10 with SMTP id fb10so1647602pad.4 for ; Thu, 27 Sep 2012 13:10:31 -0700 (PDT) Sender: Richard Henderson Message-ID: <5064B2B4.8020300@twiddle.net> Date: Thu, 27 Sep 2012 13:10:28 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1348766113-18373-1-git-send-email-aurelien@aurel32.net> <1348766113-18373-5-git-send-email-aurelien@aurel32.net> <50649D4A.5050004@twiddle.net> <20120927200557.GJ20151@ohm.aurel32.net> In-Reply-To: <20120927200557.GJ20151@ohm.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/13] tcg: sync output arguments on liveness request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 09/27/2012 01:05 PM, Aurelien Jarno wrote: > No temp_dead doesn't imply sync. temp_dead is only marking the temp as > dead, it doesn' save it. Oh, duh. How did I mis-read "dead" as "save"? r~