diff options
author | Madhavan Srinivasan <maddy@linux.ibm.com> | 2024-02-19 16:09:24 +0530 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2024-03-13 02:47:04 +1000 |
commit | 0b8893236ef11dd26be9290156ea34cb122e4dbe (patch) | |
tree | 163a7c3bdef2f8ca288d776b5f8e7935c5a93565 /scripts/device-crash-test | |
parent | a9bd40d9375451c0990d5ae0154b166f745bc458 (diff) | |
download | qemu-0b8893236ef11dd26be9290156ea34cb122e4dbe.zip qemu-0b8893236ef11dd26be9290156ea34cb122e4dbe.tar.gz qemu-0b8893236ef11dd26be9290156ea34cb122e4dbe.tar.bz2 |
target/ppc: Add power10 pmu SPRs
Currently in tcg mode, when reading from power10 pmu spr like MMCR3,
qemu logs this message (when starting qemu with -d guest_errors)
Trying to read invalid spr 754 (0x2f2) at 0000000030056bb0
This is becuase, no read/write call-backs are registered for
these SPRs. Add support to register generic read/write
functions to these power10 pmu sprs to fix it.
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'scripts/device-crash-test')
0 files changed, 0 insertions, 0 deletions