Re: [libvirt] [PATCH v2 2/4] qemu: Move memPath generation from memoryBackingDir to a separate function

2017-11-01 Thread John Ferlan
On 10/24/2017 07:41 AM, Michal Privoznik wrote: > In near future we will need more than just a plain VIR_STRDUP(). > Better implement that in a separate function and in > qemuBuildMemoryBackendStr() which is complicated enough already. > > Signed-off-by: Michal Privoznik >

[libvirt] [PATCH v2 2/4] qemu: Move memPath generation from memoryBackingDir to a separate function

2017-10-24 Thread Michal Privoznik
In near future we will need more than just a plain VIR_STRDUP(). Better implement that in a separate function and in qemuBuildMemoryBackendStr() which is complicated enough already. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 2 +- src/qemu/qemu_conf.c