Re: [Qemu-devel] [PATCH] target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writes

2013-01-30 Thread Peter Maydell
On 28 January 2013 13:51, Peter Maydell wrote: > Blue -- I forgot to put this patch in a target-arm pullreq, > and it's my only outstanding target-arm patch for 1.4. > Do you want to just apply it directly or would you prefer > me to put together a single-patch pullreq? I got another target-arm p

Re: [Qemu-devel] [PATCH] target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writes

2013-01-28 Thread Peter Maydell
Blue -- I forgot to put this patch in a target-arm pullreq, and it's my only outstanding target-arm patch for 1.4. Do you want to just apply it directly or would you prefer me to put together a single-patch pullreq? [patchwork url: http://patchwork.ozlabs.org/patch/205269/ ] thanks -- PMM On 11

Re: [Qemu-devel] [PATCH] target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writes

2013-01-17 Thread Peter Maydell
On 11 December 2012 16:11, Peter Maydell wrote: > Fix a leak of a TCG temporary in code paths for VFP system register > writes for cases which UNDEF or are write-ignored. > > Signed-off-by: Peter Maydell Rats, I forgot to put this into the last target-arm pullreq... -- PMM

[Qemu-devel] [PATCH] target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writes

2012-12-11 Thread Peter Maydell
Fix a leak of a TCG temporary in code paths for VFP system register writes for cases which UNDEF or are write-ignored. Signed-off-by: Peter Maydell --- target-arm/translate.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target-arm/translate.c b/target-arm/translate.