target-ppc: Fix booke206 tlbwe TLB instruction
commit2e569845bd314fc1dde83d65dc9b87e71b4d29b4
authorLuc MICHEL <luc.michel@git.antfield.fr>
Mon, 15 Jan 2018 09:32:20 +0000 (15 10:32 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 16 Jan 2018 22:35:24 +0000 (17 09:35 +1100)
treea2edebee6f766b431dec12e73c8990b782055a2d
parent0bfc0cf0af33e5c68b62a3c8bbc5f49238426729
target-ppc: Fix booke206 tlbwe TLB instruction

When overwritting a valid TLB entry with a new one, the previous page
were not flushed in QEMU TLB, leading to incoherent mapping. This commit
fixes this.

Signed-off-by: Luc MICHEL <luc.michel@git.antfield.fr>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu_helper.c