qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] PPC: Check for temporary leakage


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 0/2] PPC: Check for temporary leakage
Date: Sun, 19 Jan 2014 17:32:14 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]