[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hvf: arm: Fix hvf_sysreg_read_cp() call
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
Re: [PATCH] hvf: arm: Fix hvf_sysreg_read_cp() call |
|
Date: |
Fri, 2 Aug 2024 17:53:54 +0200 |
|
User-agent: |
Mozilla Thunderbird |
On 2/8/24 10:37, Akihiko Odaki wrote:
Commit 05b8d7249109 ("hvf: arm: Do not advance PC when raising an
exception") changed val from uint64_t to a pointer to uint64_t in
hvf_sysreg_read(), but didn't change its hvf_sysreg_read_cp() call.
Fixes: 05b8d7249109 ("hvf: arm: Do not advance PC when raising an exception")
Not 05b8d7249109 but e9e640148c.
Fixes: e9e640148c ("hvf: arm: Raise an exception for sysreg by default")
Updating description:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reported-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
target/arm/hvf/hvf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)