Re: [Qemu-devel] [PATCH 07/26] target/i386: Convert to CPUClass::tlb_fill

2019-04-30 Thread Richard Henderson
On 4/30/19 4:49 AM, Peter Maydell wrote: >> --- a/target/i386/mem_helper.c >> +++ b/target/i386/mem_helper.c >> @@ -191,24 +191,3 @@ void helper_boundl(CPUX86State *env, target_ulong a0, >> int v) >> raise_exception_ra(env, EXCP05_BOUND, GETPC()); >> } >> } >> - >> -#if !defined(CON

Re: [Qemu-devel] [PATCH 07/26] target/i386: Convert to CPUClass::tlb_fill

2019-04-30 Thread Peter Maydell
On Wed, 3 Apr 2019 at 04:49, Richard Henderson wrote: > > We do not support probing, but we do not need it yet either. > > Cc: Paolo Bonzini > Cc: Eduardo Habkost > Signed-off-by: Richard Henderson > +env->retaddr = retaddr; > +if (handle_mmu_fault(cs, addr, size, access_type, mmu_idx

[Qemu-devel] [PATCH 07/26] target/i386: Convert to CPUClass::tlb_fill

2019-04-02 Thread Richard Henderson
We do not support probing, but we do not need it yet either. Cc: Paolo Bonzini Cc: Eduardo Habkost Signed-off-by: Richard Henderson --- target/i386/cpu.h | 5 ++-- target/i386/cpu.c | 5 ++-- target/i386/excp_helper.c | 61 +-- target/i386/