Re: [PATCH] target/ppc: Fix inequality check in do_lstxv_X

2024-09-16 Thread Harsh Prateek Bora
Hi Fabiano, On 9/13/24 17:02, Fabiano Rosas wrote: Harsh Prateek Bora writes: This fix was earlier introduced for do_lstxv_D form with 2cc0e449d173 however got missed for _X form. This patch fixes the same. Cc: qemu-sta...@nongnu.org Suggested-by: Fabiano Rosas Fixes: 70426b5bb738 ("target/

Re: [PATCH] target/ppc: Fix inequality check in do_lstxv_X

2024-09-13 Thread Fabiano Rosas
Harsh Prateek Bora writes: > This fix was earlier introduced for do_lstxv_D form with 2cc0e449d173 > however got missed for _X form. This patch fixes the same. > > Cc: qemu-sta...@nongnu.org > Suggested-by: Fabiano Rosas > Fixes: 70426b5bb738 ("target/ppc: moved stxvx and lxvx from legacy to >

[PATCH] target/ppc: Fix inequality check in do_lstxv_X

2024-09-12 Thread Harsh Prateek Bora
This fix was earlier introduced for do_lstxv_D form with 2cc0e449d173 however got missed for _X form. This patch fixes the same. Cc: qemu-sta...@nongnu.org Suggested-by: Fabiano Rosas Fixes: 70426b5bb738 ("target/ppc: moved stxvx and lxvx from legacy to decodtree") Signed-off-by: Harsh Prateek B