Re: [RFC PATCH 3/5] target/ppc: powerpc_excp: Consolidade TLB miss code

2021-06-02 Thread David Gibson
On Tue, Jun 01, 2021 at 06:46:47PM -0300, Fabiano Rosas wrote: > The only difference in the code for Instruction fetch, Data load and > Data store TLB miss errors is that when called from an unsupported > processor (i.e. not one of 602, 603, 603e, G2, 7x5 or 74xx), they > abort with a message

[RFC PATCH 3/5] target/ppc: powerpc_excp: Consolidade TLB miss code

2021-06-01 Thread Fabiano Rosas
The only difference in the code for Instruction fetch, Data load and Data store TLB miss errors is that when called from an unsupported processor (i.e. not one of 602, 603, 603e, G2, 7x5 or 74xx), they abort with a message specific to the operation type (insn fetch, data load/store). If a