From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wkybx-0000WU-UP for qemu-devel@nongnu.org; Thu, 15 May 2014 12:34:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wkybq-0003FP-Bq for qemu-devel@nongnu.org; Thu, 15 May 2014 12:34:25 -0400 Message-ID: <5374EC88.5050606@suse.de> Date: Thu, 15 May 2014 18:34:16 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1400171295-20852-1-git-send-email-agraf@suse.de> In-Reply-To: <1400171295-20852-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 0/2] PPC: Avoid temporary leaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 15.05.14 18:28, Alexander Graf wrote: > Other targets have had it for quite a while, now PPC has it too! Temporary > leakage tracking. > > Whenever we see that not all temporaries have been properly free'd at the > end of a guest instruction block we can now scream loudly at the user. > > This hopefully ensures we don't leak as much as before :). Oops - I missed that I already sent these patches before. I guess I can just apply them straight ahead then. Sorry for the fuss :). Alex