Re: [PATCH v1 2/3] target/s390x: introduce function when exiting PV

2025-04-15 Thread Steffen Eiden
On Fri, Apr 11, 2025 at 11:22:32AM +0200, Gautam Gala wrote: > introduce a static function when exiting PV. The function replaces an > existing macro (s390_pv_cmd_exit). > > Signed-off-by: Gautam Gala > --- > target/s390x/kvm/pv.c | 17 + > 1 file changed, 9 insertions(+), 8 dele

[PATCH v1 2/3] target/s390x: introduce function when exiting PV

2025-04-11 Thread Gautam Gala
introduce a static function when exiting PV. The function replaces an existing macro (s390_pv_cmd_exit). Signed-off-by: Gautam Gala --- target/s390x/kvm/pv.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/target/s390x/kvm/pv.c b/target/s390x/kvm/pv.c index