Re: [PATCH 4/6] target/arm: Re-use arm_is_psci_call() in HVF

2025-06-30 Thread Pierrick Bouvier
On 6/30/25 6:09 AM, Philippe Mathieu-Daudé wrote: Re-use arm_is_psci_call() instead of open-coding it. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/hvf/hvf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Pierrick Bouvier

Re: [PATCH 4/6] target/arm: Re-use arm_is_psci_call() in HVF

2025-06-30 Thread Richard Henderson
On 6/30/25 07:09, Philippe Mathieu-Daudé wrote: Re-use arm_is_psci_call() instead of open-coding it. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/hvf/hvf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 4/6] target/arm: Re-use arm_is_psci_call() in HVF

2025-06-30 Thread Philippe Mathieu-Daudé
Re-use arm_is_psci_call() instead of open-coding it. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/hvf/hvf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/arm/hvf/hvf.c b/target/arm/hvf/hvf.c index 52199c4ff9d..7a99118c8c2 100644 --- a/target/arm/hvf/hvf.c