]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Fix VRMA to not check virtual page class key protection
authorNicholas Piggin <npiggin@gmail.com>
Tue, 6 Aug 2024 13:13:17 +0000 (23:13 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Sun, 3 Nov 2024 23:08:54 +0000 (09:08 +1000)
commitfdd9cf281d6c07c23f620d14896f97de6c4356b9
tree8cfd7a4329ee75700679b6959b98825b2597a410
parent87de77f6aeba4e38d123f7541cfdae7b124f6a02
target/ppc: Fix VRMA to not check virtual page class key protection

Hash virtual real mode addressing is defined by the architecture
to not perform virtual page class key protection checks.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/mmu-hash64.c