From: David Hildenbrand Sent: Thursday, May 2, 2024 12:17 AM
>
> On 01.05.24 17:14, mhkelle...@gmail.com wrote:
> > From: Michael Kelley
> >
> > The Hyper-V balloon driver supports hot-add of memory in addition
> > to ballooning. Current code hot-adds in fixed size chunks of
> > 128 MiB (fixed c
458.2807-2-mhklinux%40outlook.com
patch subject: [PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes >
128 MiB
config: i386-randconfig-011-20240502
(https://download.01.org/0day-ci/archive/20240503/202405030421.x7e4hui7-...@intel.com/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
repro
458.2807-2-mhklinux%40outlook.com
patch subject: [PATCH v2 2/2] hv_balloon: Enable hot-add for memblock sizes >
128 MiB
config: x86_64-buildonly-randconfig-001-20240502
(https://download.01.org/0day-ci/archive/20240503/202405030141.owhfohdl-...@intel.com/config)
compiler: gcc-13 (Ubuntu 13.2.0-4ub
On 01.05.24 17:14, mhkelle...@gmail.com wrote:
From: Michael Kelley
The Hyper-V balloon driver supports hot-add of memory in addition
to ballooning. Current code hot-adds in fixed size chunks of
128 MiB (fixed constant HA_CHUNK in the code). While this works
in Hyper-V VMs with 64 GiB or less o
From: Michael Kelley
The Hyper-V balloon driver supports hot-add of memory in addition
to ballooning. Current code hot-adds in fixed size chunks of
128 MiB (fixed constant HA_CHUNK in the code). While this works
in Hyper-V VMs with 64 GiB or less or memory where the Linux
memblock size is 128 MiB