On Wed, 2013-01-09 at 15:39 -0700, Eric Blake wrote: > On 01/09/2013 08:18 AM, Pavel Hrdina wrote: > > Signed-off-by: Pavel Hrdina <phrd...@redhat.com> > > --- > > savevm.c | 7 ++++--- > > 1 file changed, 4 insertions(+), 3 deletions(-) > > > > > @@ -2189,6 +2189,7 @@ void qmp_vm_snapshot_save(bool has_name, const char > > *name, Error **errp) > > error_setg(errp, "Failed to open '%s' file.", > > bdrv_get_device_name(bs)); > > goto the_end; > > } > > + > > ret = qemu_savevm_state(f, &local_err); > > Spurious whitespace change? >
I'll fix that, thanks.