libvirt/src/xen
Erik Skultety cc48d3a122 util: Add a return value to void hash iterators
Our existing virHashForEach method iterates through all items disregarding the
fact, that some of the iterators might have actually failed. Errors are usually
dispatched through an error element in opaque data which then causes the
original caller of virHashForEach to return -1. In that case, virHashForEach
could return as soon as one of the iterators fail. This patch changes the
iterator return type and adjusts all of its instances accordingly, so the
actual refactor of virHashForEach method can be dealt with later.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
2016-02-17 12:46:34 +01:00
..
block_stats.c xen: fix build error on rhel-5 2015-04-14 15:14:58 +02:00
block_stats.h maint: clean up _virDomainBlockStats 2014-09-17 11:28:48 -06:00
xen_driver.c conf: add caps to virDomainDefFormat* 2016-02-04 12:38:26 +00:00
xen_driver.h Xen: remove xendConfigVersion from driver private struct 2015-12-17 21:28:48 -07:00
xen_hypervisor.c Xen: use correct domctl version in domaininfolist union 2016-01-12 10:37:56 -07:00
xen_hypervisor.h maint: clean up _virDomainBlockStats 2014-09-17 11:28:48 -06:00
xen_inotify.c xen: fix race in refresh of config cache 2015-09-11 17:25:29 +01:00
xen_inotify.h
xend_internal.c xen: move virDomainDefPostParse to xenParseSxpr 2016-01-08 14:45:20 +01:00
xend_internal.h xend: Remove a couple of unused function prototypes. 2015-04-21 10:22:43 +01:00
xm_internal.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
xm_internal.h xen: fix race in refresh of config cache 2015-09-11 17:25:29 +01:00
xs_internal.c Xen: VIR_FROM_THIS cleanup 2016-01-21 09:31:39 -07:00
xs_internal.h