Re: [libvirt] [REBASE PATCH v2 02/10] qemu: Alter dump-guest-memory command generation

2017-12-07 Thread Jiri Denemark
On Tue, Dec 05, 2017 at 06:44:35 -0500, John Ferlan wrote: > The qemuMonitorJSONMakeCommand can properly handle a NULL string > by using the "S:" parameter instead of "s:", so let's use that > of having in if/else condition that only adds the "s:". > > Signed-off-by: John Ferlan

[libvirt] [REBASE PATCH v2 02/10] qemu: Alter dump-guest-memory command generation

2017-12-05 Thread John Ferlan
The qemuMonitorJSONMakeCommand can properly handle a NULL string by using the "S:" parameter instead of "s:", so let's use that of having in if/else condition that only adds the "s:". Signed-off-by: John Ferlan --- src/qemu/qemu_monitor_json.c | 18 +- 1 file