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~
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
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