Re: [RFC PATCH 2/9] common: Isolate XENVER_get_features into a separate function

2025-08-28 Thread Jan Beulich
On 21.08.2025 17:25, Teddy Astie wrote: > Make do_xen_version more readable by moving the main XENVER_get_features > into a separate function. I can't spot much of a readability gain, to be honest. > --- a/xen/common/kernel.c > +++ b/xen/common/kernel.c > @@ -569,6 +569,50 @@ static long xenver_v

[RFC PATCH 2/9] common: Isolate XENVER_get_features into a separate function

2025-08-21 Thread Teddy Astie
Make do_xen_version more readable by moving the main XENVER_get_features into a separate function. No functional changes intended. Signed-off-by: Teddy Astie --- xen/common/kernel.c | 84 + 1 file changed, 46 insertions(+), 38 deletions(-) diff --git