Re: [PATCH] Fix XEN_SYSCTL_numainfo[node].memsize for memory holes

2024-09-24 Thread Jan Beulich
On 24.09.2024 12:14, Bernhard Kaindl wrote: > Fix a long-standing issue (known at since 2014) with the numainfo call. > > The Hypercall `XEN_SYSCTL_numainfo` returns `memsize` for each NUMA node: > > xl info -n: > node:memsizememfreedistances >0: -> 67584 <- 60672 10,21 <

[PATCH] Fix XEN_SYSCTL_numainfo[node].memsize for memory holes

2024-09-24 Thread Bernhard Kaindl
Fix a long-standing issue (known at since 2014) with the numainfo call. The Hypercall `XEN_SYSCTL_numainfo` returns `memsize` for each NUMA node: xl info -n: node:memsizememfreedistances 0: -> 67584 <- 60672 10,21 <- memsize is off by 2048 MB 1: 65536 60958