[PATCH 01/13] virStorageSourceNew: Abort on failure

Ján Tomko jtomko at redhat.com
Wed Sep 23 15:24:57 UTC 2020


On a Wednesday in 2020, Peter Krempa wrote:
>Add an abort() on the class/object allocation failures so that
>virStorageSourceNew() always returns a virStorageSource and remove
>checks from all callers.
>

The allocation APIs in GLib and libvirt already do abort().
All that's left are usage errors.

>Signed-off-by: Peter Krempa <pkrempa at redhat.com>
>---
> src/conf/backup_conf.c                |  7 ++----
> src/conf/domain_conf.c                | 21 ++++++------------
> src/conf/snapshot_conf.c              |  7 ++----
> src/conf/storage_conf.c               |  4 +---
> src/qemu/qemu_domain.c                | 21 ++++++------------
> src/qemu/qemu_driver.c                | 12 +++-------
> src/qemu/qemu_migration.c             |  7 ++----
> src/qemu/qemu_snapshot.c              |  3 +--
> src/storage/storage_backend_gluster.c |  5 +----
> src/storage/storage_backend_logical.c |  4 +---
> src/storage/storage_util.c            | 10 +++------
> src/util/virstoragefile.c             | 32 ++++++++++-----------------
> tests/qemublocktest.c                 | 16 +++-----------
> tests/virstoragetest.c                |  5 +----
> 14 files changed, 46 insertions(+), 108 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko at redhat.com>

Jano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20200923/85f93f90/attachment-0001.sig>


More information about the libvir-list mailing list