[PATCH v2 03/13] qemu_process: Drop needless check in qemuProcessNeedMemoryBackingPath()

2021-02-18 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.

[PATCH v2 03/13] qemu_process: Drop needless check in qemuProcessNeedMemoryBackingPath()

2021-02-09 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.