Re: [Qemu-devel] [PATCH 1/3] tcg: Merge memop and mmu_idx parameters to qemu_ld/st

2015-05-13 Thread Richard Henderson
On 05/13/2015 01:46 PM, Peter Maydell wrote: > Don't you also need a corresponding change in tci.c to make > it only read one argument and split it into memop/mmu_idx ? Yes, I unintentionally folded this into patch 2. r~

Re: [Qemu-devel] [PATCH 1/3] tcg: Merge memop and mmu_idx parameters to qemu_ld/st

2015-05-13 Thread Peter Maydell
On 13 May 2015 at 20:09, Richard Henderson wrote: > At the tcg opcode level, not at the tcg-op.h generator level. > This requires minor changes through all of the tcg backends, > but none of the cpu translators. > > Signed-off-by: Richard Henderson > diff --git a/tcg/tci/tcg-target.c b/tcg/tci/t

[Qemu-devel] [PATCH 1/3] tcg: Merge memop and mmu_idx parameters to qemu_ld/st

2015-05-13 Thread Richard Henderson
At the tcg opcode level, not at the tcg-op.h generator level. This requires minor changes through all of the tcg backends, but none of the cpu translators. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c | 12 tcg/arm/tcg-target.c | 12 tcg/i386/tcg-ta