Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions

2024-08-11 Thread Alistair Francis
On Mon, Aug 12, 2024 at 3:49 AM Michael Tokarev wrote: > > 19.04.2024 14:37, Philippe Mathieu-Daudé wrpte: > > On 19/4/24 13:05, Philippe Mathieu-Daudé wrote: > >> We need to use get_address() to get an address from cpu_gpr[], > >> since $zero is "special" (NULL). > > Hi! > > Has this change been

Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions

2024-08-11 Thread Michael Tokarev
19.04.2024 14:37, Philippe Mathieu-Daudé wrpte: On 19/4/24 13:05, Philippe Mathieu-Daudé wrote: We need to use get_address() to get an address from cpu_gpr[], since $zero is "special" (NULL). Hi! Has this change been forgotten, or is it not needed anymore? It's been quite some time since Apr-

Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions

2024-06-04 Thread Philippe Mathieu-Daudé
On 4/6/24 02:20, Alistair Francis wrote: On Wed, May 29, 2024 at 2:56 PM Philippe Mathieu-Daudé wrote: ping? I originally missed this patch somehow and it has then been fixed separately as part of https://patchew.org/QEMU/20240514023910.301766-1-alistair.fran...@wdc.com/ I see (I also miss

Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions

2024-06-03 Thread Alistair Francis
On Wed, May 29, 2024 at 2:56 PM Philippe Mathieu-Daudé wrote: > > ping? I originally missed this patch somehow and it has then been fixed separately as part of https://patchew.org/QEMU/20240514023910.301766-1-alistair.fran...@wdc.com/ Alistair > > On 19/4/24 13:05, Philippe Mathieu-Daudé wrote:

Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions

2024-05-28 Thread Philippe Mathieu-Daudé
ping? On 19/4/24 13:05, Philippe Mathieu-Daudé wrote: We need to use get_address() to get an address from cpu_gpr[], since $zero is "special" (NULL). Fixes: e05da09b7c ("target/riscv: implement Zicbom extension") Reported-by: Zhiwei Jiang (姜智伟) Signed-off-by: Philippe Mathieu-Daudé --- targ

Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions

2024-04-21 Thread Daniel Henrique Barboza
On 4/19/24 08:05, Philippe Mathieu-Daudé wrote: We need to use get_address() to get an address from cpu_gpr[], since $zero is "special" (NULL). Fixes: e05da09b7c ("target/riscv: implement Zicbom extension") Reported-by: Zhiwei Jiang (姜智伟) Signed-off-by: Philippe Mathieu-Daudé --- Reviewed

Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions

2024-04-20 Thread Richard Henderson
On 4/19/24 04:05, Philippe Mathieu-Daudé wrote: We need to use get_address() to get an address from cpu_gpr[], since $zero is "special" (NULL). Fixes: e05da09b7c ("target/riscv: implement Zicbom extension") Reported-by: Zhiwei Jiang (姜智伟) Signed-off-by: Philippe Mathieu-Daudé --- target/riscv/

Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions

2024-04-19 Thread Philippe Mathieu-Daudé
On 19/4/24 13:05, Philippe Mathieu-Daudé wrote: We need to use get_address() to get an address from cpu_gpr[], since $zero is "special" (NULL). Cc: qemu-sta...@nongnu.org Fixes: e05da09b7c ("target/riscv: implement Zicbom extension") Reported-by: Zhiwei Jiang (姜智伟) Signed-off-by: Philippe M

[PATCH] target/riscv: Use get_address() to get address with Zicbom extensions

2024-04-19 Thread Philippe Mathieu-Daudé
We need to use get_address() to get an address from cpu_gpr[], since $zero is "special" (NULL). Fixes: e05da09b7c ("target/riscv: implement Zicbom extension") Reported-by: Zhiwei Jiang (姜智伟) Signed-off-by: Philippe Mathieu-Daudé --- target/riscv/insn_trans/trans_rvzicbo.c.inc | 8 1 fi