Re: [PATCH] x86/boot: Simplify the expression for extra allocation space

2025-03-19 Thread Andrew Cooper
On 19/03/2025 9:41 pm, Jason Andryuk wrote: > On 2025-03-19 13:13, Andrew Cooper wrote: >> The expression for one parameter of find_memory() is already >> complicated and >> about to become moreso.  Break it out into a new variable, and >> express it in >> an easier-to-follow way. >> >> No function

Re: [PATCH] x86/boot: Simplify the expression for extra allocation space

2025-03-19 Thread Jason Andryuk
On 2025-03-19 13:13, Andrew Cooper wrote: The expression for one parameter of find_memory() is already complicated and about to become moreso. Break it out into a new variable, and express it in an easier-to-follow way. No functional change. Signed-off-by: Andrew Cooper Reviewed-by: Jason A

[PATCH] x86/boot: Simplify the expression for extra allocation space

2025-03-19 Thread Andrew Cooper
The expression for one parameter of find_memory() is already complicated and about to become moreso. Break it out into a new variable, and express it in an easier-to-follow way. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné --- xen/arch/x86/hvm/do