From: Alexander Graf <agraf@suse.de>
To: qemu-devel@nongnu.org
Cc: qemu-ppc@nongnu.org
Subject: [Qemu-devel] [PATCH 0/2] PPC: Check for temporary leakage
Date: Sun, 19 Jan 2014 17:32:14 +0100 [thread overview]
Message-ID: <1390149136-1041-1-git-send-email-agraf@suse.de> (raw)
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
next reply other threads:[~2014-01-19 16:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-19 16:32 Alexander Graf [this message]
2014-01-19 16:32 ` [Qemu-devel] [PATCH 1/2] PPC: Fix TCG chunks that don't free their temps Alexander Graf
2014-01-19 16:32 ` [Qemu-devel] [PATCH 2/2] PPC: Fail on leaking temporaries Alexander Graf
2014-01-19 16:51 ` Peter Maydell
2014-01-19 20:15 ` Alexander Graf
2014-01-19 20:52 ` Peter Maydell
2014-01-19 20:55 ` Alexander Graf
2014-01-19 21:04 ` Peter Maydell
2014-01-19 21:17 ` Alexander Graf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1390149136-1041-1-git-send-email-agraf@suse.de \
--to=agraf@suse.de \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.