[libvirt] [PATCH 06/11] Make QEMU perform managed save of all VMs on stop of libvirtd

Daniel P. Berrange berrange at redhat.com
Thu Nov 1 11:39:33 UTC 2012


On Thu, Nov 01, 2012 at 07:38:16AM -0400, Alexander Larsson wrote:
> > +    /* Then we save the VMs to disk */
> > +    for (i = 0 ; i < numDomains ; i++)
> > +        if (virDomainManagedSave(domains[i], flags[i]) < 0)
> > +            ret = -1;
> 
> Ok, so if any save fails we will report an error.
> 
> > +    VIR_FREE(domains);
> > +    VIR_FREE(flags);
> > +
> > +    ret = 0;
> 
> Eh, I guess not?
> I think we should though.

Opps, that's a bit of mixed up logic there.

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list