]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Alter dump-guest-memory command generation
authorJohn Ferlan <jferlan@redhat.com>
Fri, 17 Nov 2017 19:25:01 +0000 (14:25 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 4 Jan 2018 17:15:49 +0000 (12:15 -0500)
commitb372983d14cc9be1ce5c8aeac85a66a9ca0f11b2
tree870cf3ea463b336d6dd7675f1c722f2b6d7c2c2f
parentcf8de2442f062d77dc963a0d2518db1df8a99263
qemu: Alter dump-guest-memory command generation

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:".
src/qemu/qemu_monitor_json.c