Re: PING: [PATCH v2 0/2] target/ppc: Make divd[u] handler method decodetree compatible

2024-10-07 Thread Nicholas Piggin
On Wed Sep 18, 2024 at 7:56 PM AEST, Ilya Leoshkevich wrote: > On Mon, 2024-08-12 at 10:53 +0200, Ilya Leoshkevich wrote: > > v1: > > https://lore.kernel.org/qemu-devel/20240731100953.14950-1-...@linux.ibm.com/ > > v1 -> v2: Add R-bs and a targeted divd[u] patch. > > > > Hi, > > > > This series c

PING: [PATCH v2 0/2] target/ppc: Make divd[u] handler method decodetree compatible

2024-09-18 Thread Ilya Leoshkevich
On Mon, 2024-08-12 at 10:53 +0200, Ilya Leoshkevich wrote: > v1: > https://lore.kernel.org/qemu-devel/20240731100953.14950-1-...@linux.ibm.com/ > v1 -> v2: Add R-bs and a targeted divd[u] patch. > > Hi, > > This series contains two fixes for the same issue: divd[u] touching > uninitialized ctx->o

[PATCH v2 0/2] target/ppc: Make divd[u] handler method decodetree compatible

2024-08-12 Thread Ilya Leoshkevich
v1: https://lore.kernel.org/qemu-devel/20240731100953.14950-1-...@linux.ibm.com/ v1 -> v2: Add R-bs and a targeted divd[u] patch. Hi, This series contains two fixes for the same issue: divd[u] touching uninitialized ctx->opcode. Patch 1 is a catch-all solution for all issues in this class. IMHO