[Qemu-devel] [PATCH] Allow PIR read in privileged mode

2018-05-07 Thread luporl
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

Re: [Qemu-devel] [PATCH] Allow PIR read in privileged mode

2018-05-03 Thread joserz
> 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

[Qemu-devel] [PATCH] Allow PIR read in privileged mode

2018-04-26 Thread Leandro
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