Re: [Qemu-devel] [PATCH 12/26] target/moxie: Convert to CPUClass::tlb_fill

2019-04-30 Thread Peter Maydell
On Wed, 3 Apr 2019 at 04:52, Richard Henderson wrote: > > Cc: Anthony Green > Signed-off-by: Richard Henderson > --- > > -#if defined(CONFIG_USER_ONLY) > - > -void moxie_cpu_do_interrupt(CPUState *cs) > -{ > -CPUState *cs = CPU(moxie_env_get_cpu(env)); > - > -cs->exception_index = -1; >

[Qemu-devel] [PATCH 12/26] target/moxie: Convert to CPUClass::tlb_fill

2019-04-02 Thread Richard Henderson
Cc: Anthony Green Signed-off-by: Richard Henderson --- target/moxie/cpu.h| 5 ++-- target/moxie/cpu.c| 5 ++-- target/moxie/helper.c | 61 ++- 3 files changed, 19 insertions(+), 52 deletions(-) diff --git a/target/moxie/cpu.h b/target/moxie/cpu.