On Wed, Nov 28, 2018 at 12:49:14PM +0100, Erik Skultety wrote:
> On Tue, Nov 27, 2018 at 11:23:22AM -0500, John Ferlan wrote:
> > During qemuConnectGetAllDomainStats if qemuDomainGetStats causes
> > a failure, then when collecting more than one domain's worth of
> > statistics the loop in virDomainStatsRecordListFree would call
> > virDomainFree which would call virResetLastError effectively wiping
> 
> A (probably) silly question, but why do we have to call virResetLastError as
> within virDomainFree in the first place?

Well virDomainFree can return an error just like any other API can :-)
See virCheckDomainReturn(...)

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to