commit | f6940474fa0db83e1e56a8d0ab955750815e2ccb | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Sat Jul 29 14:31:36 2023 +1000 |
committer | Nicholas Piggin <npiggin@gmail.com> | Fri Feb 23 23:24:43 2024 +1000 |
tree | e7ca60d53ad62b09caa9e67b6d3137c4005d3d65 | |
parent | 80e28a41479723ad3d5fb092048b7564995f79ef [diff] |
target/ppc: Fix move-to timebase SPR access permissions The move-to timebase registers TBU and TBL can not be read, and they can not be written in supervisor mode on hypervisor-capable CPUs. Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>