Re: [PATCH 2/2] target/ppc: ppc_store_fpscr doesn't update bit 52

2021-11-10 Thread Lucas Mateus Martins Araujo e Castro
On 09/11/2021 13:44, Daniel Henrique Barboza wrote: On 10/20/21 09:57, Lucas Mateus Castro (alqotel) wrote: From: "Lucas Mateus Castro (alqotel)" This commit fixes the difference reported in the bug in the reserved bit 52, it does this by adding this bit to the mask of bits to not be directl

Re: [PATCH 2/2] target/ppc: ppc_store_fpscr doesn't update bit 52

2021-11-09 Thread Daniel Henrique Barboza
On 10/20/21 09:57, Lucas Mateus Castro (alqotel) wrote: From: "Lucas Mateus Castro (alqotel)" This commit fixes the difference reported in the bug in the reserved bit 52, it does this by adding this bit to the mask of bits to not be directly altered in the ppc_store_fpscr function (the hardw

[PATCH 2/2] target/ppc: ppc_store_fpscr doesn't update bit 52

2021-10-20 Thread Lucas Mateus Castro (alqotel)
From: "Lucas Mateus Castro (alqotel)" This commit fixes the difference reported in the bug in the reserved bit 52, it does this by adding this bit to the mask of bits to not be directly altered in the ppc_store_fpscr function (the hardware used to compare to QEMU was a Power9). Although this is