Re: [PATCH v4 2/3] target/s390x: Introduce function when exiting PV

2025-04-25 Thread Thomas Huth
On 17/04/2025 14.37, Gautam Gala wrote: Replace an existing macro (s390_pv_cmd_exit) that looks like a function with an actual function. The function will be used when exiting PV instead of the macro. Reviewed-by: Steffen Eiden Signed-off-by: Gautam Gala --- target/s390x/kvm/pv.c | 14 ++

Re: [PATCH v4 2/3] target/s390x: Introduce function when exiting PV

2025-04-22 Thread Janosch Frank
On 4/17/25 2:37 PM, Gautam Gala wrote: Replace an existing macro (s390_pv_cmd_exit) that looks like a function with an actual function. The function will be used when exiting PV instead of the macro. Reviewed-by: Steffen Eiden Signed-off-by: Gautam Gala Reviewed-by: Janosch Frank

[PATCH v4 2/3] target/s390x: Introduce function when exiting PV

2025-04-17 Thread Gautam Gala
Replace an existing macro (s390_pv_cmd_exit) that looks like a function with an actual function. The function will be used when exiting PV instead of the macro. Reviewed-by: Steffen Eiden Signed-off-by: Gautam Gala --- target/s390x/kvm/pv.c | 14 ++ 1 file changed, 6 insertions(+),