Re: [PATCH v3 03/14] qemu_process: Drop needless check in qemuProcessNeedMemoryBackingPath()

2021-05-03 Thread Peter Krempa
On Fri, Apr 23, 2021 at 15:24:25 +0200, Michal Privoznik wrote: > The aim of this function is to return whether domain definition > and/or memory device that user intents to hotplug needs a private > path inside cfg->memoryBackingDir. The rule for the memory device > that's being hotplug includes c

[PATCH v3 03/14] qemu_process: Drop needless check in qemuProcessNeedMemoryBackingPath()

2021-04-23 Thread Michal Privoznik
The aim of this function is to return whether domain definition and/or memory device that user intents to hotplug needs a private path inside cfg->memoryBackingDir. The rule for the memory device that's being hotplug includes checking whether corresponding guest NUMA node needs memoryBackingDir. We