|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions |
Date: | Tue, 4 Jun 2024 10:08:25 +0200 |
User-agent: | Mozilla Thunderbird |
On 4/6/24 02:20, Alistair Francis wrote:
On Wed, May 29, 2024 at 2:56 PM Philippe Mathieu-Daudé <philmd@linaro.org> 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.francis@wdc.com/
I see (I also missed your one myself). Maybe add the Fixes/Reported-by tags in yours?
AlistairOn 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 (姜智伟) <jiangzw@tecorigin.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- target/riscv/insn_trans/trans_rvzicbo.c.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
[Prev in Thread] | Current Thread | [Next in Thread] |