According to PowerISA, the PIR register should be readable in privileged
mode also, not only in hypervisor privileged mode.
Cc: David Gibson
Cc: Alexander Graf
Cc: qemu-...@nongnu.org
Signed-off-by: Leandro Lupori
Reviewed-by: Jose Ricardo Ziviani
---
target/ppc/translate_init.c | 2 +-
1 fil
> According to PowerISA, the PIR register should be readable in privileged mode
> also, not only in hypervisor privileged mode.
The code makes sense but it doesn't seem created by git format-patch. If
so, could you please follow the instructions from
https://wiki.qemu.org/Contribute/SubmitAPatch
According to PowerISA, the PIR register should be readable in privileged
mode also, not only in hypervisor privileged mode.
The following patch fixes this:
--- qemu-2.12.0-original/target/ppc/translate_init.c2018-04-24
13:30:47.0 -0300
+++ qemu-2.12.0/target/ppc/translate_init.c 2