commit | b4aa82dc3a698abdcdef342fc1f4620f888c3cf7 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Thu Dec 19 13:40:34 2024 +1000 |
committer | Nicholas Piggin <npiggin@gmail.com> | Tue Mar 11 22:43:32 2025 +1000 |
tree | 0568d7ba1db1379a9cf366c4cfa2adb6deade887 | |
parent | d8a624515a9773cb9d7afd47926bd64ae8fa0fc6 [diff] |
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>