Re: [Qemu-devel] [PATCH 3/4] tcg-ppc: Convert to helper_ret_ld/st_mmu

2013-09-09 Thread Richard Henderson
On 09/09/2013 10:49 AM, Paolo Bonzini wrote: > I sent you my binaries offlist. And apparently there was something wrong with the binaries I built myself, as yours work. I'll now look at my ppc32 changes and see what's what. r~

Re: [Qemu-devel] [PATCH 3/4] tcg-ppc: Convert to helper_ret_ld/st_mmu

2013-09-09 Thread Paolo Bonzini
Il 09/09/2013 19:42, Richard Henderson ha scritto: > On 08/19/2013 12:42 PM, Paolo Bonzini wrote: >> Bad news... with this patch, either with or without patch 2, trying to >> execute >> sieve.flat from kvm-unit-tests (it doesn't matter if it is compiled as 32-bit >> or 64-bit, and with both i386-s

Re: [Qemu-devel] [PATCH 3/4] tcg-ppc: Convert to helper_ret_ld/st_mmu

2013-09-09 Thread Richard Henderson
On 08/19/2013 12:42 PM, Paolo Bonzini wrote: > Bad news... with this patch, either with or without patch 2, trying to execute > sieve.flat from kvm-unit-tests (it doesn't matter if it is compiled as 32-bit > or 64-bit, and with both i386-softmmu and x86_64-softmmu targets) fails as > follows on my

Re: [Qemu-devel] [PATCH 3/4] tcg-ppc: Convert to helper_ret_ld/st_mmu

2013-09-07 Thread Paolo Bonzini
On 09/01/2013 06:07 PM, Richard Henderson wrote: Drop the ld/st_trampolines, loading the return address into a parameter register directly. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 4 +- tcg/ppc/tcg-target.c| 220 +++-

[Qemu-devel] [PATCH 3/4] tcg-ppc: Convert to helper_ret_ld/st_mmu

2013-09-01 Thread Richard Henderson
Drop the ld/st_trampolines, loading the return address into a parameter register directly. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 4 +- tcg/ppc/tcg-target.c| 220 +++- 2 files changed, 86 insertions(+), 138 deletions(-) d