b372983 qemu: Alter dump-guest-memory command generation

Authored and Committed by John Ferlan 6 years ago
    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:".
    
        
file modified
+5 -13