Re: [PATCH v2 1/3] target/ppc: Turn ppc_tlb_invalid_all in a noop

2021-06-15 Thread Lucas Mateus Martins Araujo e Castro
On 15/06/2021 02:38, David Gibson wrote: On Thu, Jun 10, 2021 at 01:46:46PM -0300, Lucas Mateus Castro (alqotel) wrote: The function ppc_tlb_invalid_all is now a no op when compiling without TCG. Signed-off-by: Lucas Mateus Castro (alqotel) Hm, I think I suggested making ppc_tlb_invalidate_

Re: [PATCH v2 1/3] target/ppc: Turn ppc_tlb_invalid_all in a noop

2021-06-14 Thread David Gibson
On Thu, Jun 10, 2021 at 01:46:46PM -0300, Lucas Mateus Castro (alqotel) wrote: > The function ppc_tlb_invalid_all is now a no op when compiling without TCG. > > Signed-off-by: Lucas Mateus Castro (alqotel) Hm, I think I suggested making ppc_tlb_invalidate_all() a stub, rather than removing the

Re: [PATCH v2 1/3] target/ppc: Turn ppc_tlb_invalid_all in a noop

2021-06-10 Thread Bruno Piazera Larsen
On 10/06/2021 13:46, Lucas Mateus Castro (alqotel) wrote: The function ppc_tlb_invalid_all is now a no op when compiling without TCG. Signed-off-by: Lucas Mateus Castro (alqotel) --- target/ppc/mmu_helper.c | 4 1 file changed, 4 insertions(+) diff --git a/target/ppc/mmu_helper.c b/ta