Re: [Qemu-devel] [PATCH 21/26] target/tricore: Convert to CPUClass::tlb_fill

2019-04-30 Thread Peter Maydell
On Wed, 3 Apr 2019 at 04:58, Richard Henderson wrote: > > Cc: Bastian Koppelmann > Signed-off-by: Richard Henderson > --- > target/tricore/cpu.h | 6 +++--- > target/tricore/cpu.c | 1 + > target/tricore/helper.c| 27 +++ > target/tricore/op_helper.c |

[Qemu-devel] [PATCH 21/26] target/tricore: Convert to CPUClass::tlb_fill

2019-04-02 Thread Richard Henderson
Cc: Bastian Koppelmann Signed-off-by: Richard Henderson --- target/tricore/cpu.h | 6 +++--- target/tricore/cpu.c | 1 + target/tricore/helper.c| 27 +++ target/tricore/op_helper.c | 26 -- 4 files changed, 23 insertions(+), 37 de