Re: [libvirt] [PATCH v3 01/17] qemuBuildMemoryBackendStr: Don't overwrite @force

2017-03-14 Thread John Ferlan
On 03/09/2017 11:06 AM, Michal Privoznik wrote: > This is an input argument. We should not overwrite it. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_command.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > ACK John -- libvir-list mailing

[libvirt] [PATCH v3 01/17] qemuBuildMemoryBackendStr: Don't overwrite @force

2017-03-09 Thread Michal Privoznik
This is an input argument. We should not overwrite it. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 6545a9325..f145cf9d8 100644 ---