Re: [libvirt] [PATCH 4/5] util: Remove the AUTOPTR func for virStorageSource

2019-02-18 Thread Erik Skultety
On Fri, Feb 15, 2019 at 01:42:12PM +0100, Peter Krempa wrote: > Since virStorageSource is now a subclass of virObject, we can use > VIR_AUTOUNREF instead. > > Signed-off-by: Peter Krempa > --- Reviewed-by: Erik Skultety -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] [PATCH 4/5] util: Remove the AUTOPTR func for virStorageSource

2019-02-18 Thread Erik Skultety
On Fri, Feb 15, 2019 at 01:42:12PM +0100, Peter Krempa wrote: > Since virStorageSource is now a subclass of virObject, we can use > VIR_AUTOUNREF instead. > > Signed-off-by: Peter Krempa > --- Reviewed-by: Erik Skultety -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH 4/5] util: Remove the AUTOPTR func for virStorageSource

2019-02-15 Thread Peter Krempa
Since virStorageSource is now a subclass of virObject, we can use VIR_AUTOUNREF instead. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c| 2 +- src/qemu/qemu_domain.c| 2 +- src/qemu/qemu_driver.c| 6 +++--- src/qemu/qemu_migration.c