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 <sei...@linux.ibm.com> Signed-off-by: Gautam Gala <gg...@linux.ibm.com> --- target/s390x/kvm/pv.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>