Re: [PATCH v3 02/14] qemu_process: Deduplicate code in qemuProcessNeedHugepagesPath()

2021-05-03 Thread Peter Krempa
On Fri, Apr 23, 2021 at 15:24:24 +0200, Michal Privoznik wrote: > The aim of qemuProcessNeedHugepagesPath() is to return whether > guest needs private path inside HugeTLBFS mounts (deducted from > domain definition @def) or whether the memory device that user is > hotplugging in needs the private

[PATCH v3 02/14] qemu_process: Deduplicate code in qemuProcessNeedHugepagesPath()

2021-04-23 Thread Michal Privoznik
The aim of qemuProcessNeedHugepagesPath() is to return whether guest needs private path inside HugeTLBFS mounts (deducted from domain definition @def) or whether the memory device that user is hotplugging in needs the private path (deducted from the @mem argument). The actual creation of the path