Re: [Qemu-devel] [PATCH v14 11/13] target/rx: Convert to CPUClass::tlb_fill

2019-05-17 Thread Philippe Mathieu-Daudé
On 5/17/19 6:51 AM, Richard Henderson wrote: > The interface for tlb_fill has changed very recently. > Move the function into cpu.c so that it may be static > while assigning to the CPUClass methods. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > target/rx/cp

[Qemu-devel] [PATCH v14 11/13] target/rx: Convert to CPUClass::tlb_fill

2019-05-16 Thread Richard Henderson
The interface for tlb_fill has changed very recently. Move the function into cpu.c so that it may be static while assigning to the CPUClass methods. Signed-off-by: Richard Henderson --- target/rx/cpu.c | 14 ++ target/rx/op_helper.c | 11 --- 2 files changed, 14 inserti