From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4vIQ-0007UE-Un for qemu-devel@nongnu.org; Sun, 19 Jan 2014 11:32:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4vIJ-0005Y5-EZ for qemu-devel@nongnu.org; Sun, 19 Jan 2014 11:32:26 -0500 From: Alexander Graf Date: Sun, 19 Jan 2014 17:32:14 +0100 Message-Id: <1390149136-1041-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH 0/2] PPC: Check for temporary leakage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org While running qemu-system-ppc64 on my 32bit system I ran into cases where TCG just stopped because it was running out of temporaries to allocate from. Obviously this meant there were instructions not freeing their temporaries properly, so I went ahead and implemented the same mechanism ARM uses to find temporary leakage. While at it, I also fixed all leaks I found. Alexander Graf (2): PPC: Fix TCG chunks that don't free their temps PPC: Fail on leaking temporaries target-ppc/translate.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -- 1.8.1.4