aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/parser.py
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2023-11-13 23:02:45 +1000
committerNicholas Piggin <npiggin@gmail.com>2024-02-23 23:24:43 +1000
commit372dbdb90c2cbe391d98649ca1f91a57b268b613 (patch)
tree0e632df8ea0aefbfe1be829646f8002f837c8172 /scripts/qapi/parser.py
parentc191ad779372cc3b355ef10a355de8bb9b92efdc (diff)
downloadqemu-372dbdb90c2cbe391d98649ca1f91a57b268b613.zip
qemu-372dbdb90c2cbe391d98649ca1f91a57b268b613.tar.gz
qemu-372dbdb90c2cbe391d98649ca1f91a57b268b613.tar.bz2
target/ppc: 4xx don't flush TLB for a newly written software TLB entry
BookE software TLB is implemented by flushing old translations from the relevant TCG TLB whenever software TLB entries change. This means a new software TLB entry should not have any corresponding cached TCG TLB translations, so there is nothing to flush. The exception is multiple software TLBs that cover the same address and address space, but that is a programming error and results in undefined behaviour, and flushing does not give an obviously better outcome in that case either. Remove the unnecessary flush of a newly written software TLB entry. Tested-by: BALATON Zoltan <balaton@eik.bme.hu> Acked-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'scripts/qapi/parser.py')
0 files changed, 0 insertions, 0 deletions