]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Avoid warning message for zero process table entries
authorNicholas Piggin <npiggin@gmail.com>
Thu, 19 Dec 2024 03:40:34 +0000 (13:40 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 11 Mar 2025 12:43:32 +0000 (22:43 +1000)
commitb4aa82dc3a698abdcdef342fc1f4620f888c3cf7
tree0568d7ba1db1379a9cf366c4cfa2adb6deade887
parentd8a624515a9773cb9d7afd47926bd64ae8fa0fc6
target/ppc: Avoid warning message for zero process table entries

A translation that encounters a process table entry that is zero is
something that Linux does to cause certain kernel NULL pointer
dereferences to fault. It is not itself a programming error, so avoid
the guest error log.

Message-ID: <20241219034035.1826173-5-npiggin@gmail.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/mmu-radix64.c