libvirt/src/qemu
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
..
EVENTHANDLERS.txt qemu: add short document on qemu event handlers 2014-10-06 13:50:57 -04:00
libvirtd_qemu.aug qemu: add support for sending QEMU stdout/stderr to virtlogd 2015-11-26 14:30:16 +00:00
MIGRATION.txt qemu: Implement migration job phases 2011-07-27 08:45:09 -06:00
qemu_agent.c qemu: Print better warning in qemuAgentNotifyEvent 2016-01-15 08:33:49 +01:00
qemu_agent.h qemu: change qemuFindAgentConfig return type 2016-01-11 17:17:52 +01:00
qemu_alias.c qemu: Move qemuAssign*Alias* API's into their own module 2016-02-16 11:07:48 -05:00
qemu_alias.h qemu: Move qemuAssign*Alias* API's into their own module 2016-02-16 11:07:48 -05:00
qemu_blockjob.c conf: add caps to virDomainObjFormat/SaveStatus 2016-02-05 10:57:08 +00:00
qemu_blockjob.h qemu: Use domain condition for synchronous block jobs 2015-06-19 15:15:10 +02:00
qemu_capabilities.c qemu: add capability check for memballoon 'deflate-on-oom' feature 2016-01-12 10:48:21 -05:00
qemu_capabilities.h qemu: add capability check for memballoon 'deflate-on-oom' feature 2016-01-12 10:48:21 -05:00
qemu_capspriv.h Implement infrastracture for mocking up QEMU capabilities cache 2015-09-22 13:56:59 +02:00
qemu_cgroup.c qemu: cgroup: Setup cgroups for bios/firmware images 2016-02-17 12:29:00 +01:00
qemu_cgroup.h qemu: cgroup: Switch to qemu(Setup|Teardown)ImageCgroup 2016-02-17 10:54:05 +01:00
qemu_command.c qemu: Move qemuDomainNetVLAN 2016-02-16 11:07:48 -05:00
qemu_command.h qemu: Move qemuDomainNetVLAN 2016-02-16 11:07:48 -05:00
qemu_conf.c qemu: add support for sending QEMU stdout/stderr to virtlogd 2015-11-26 14:30:16 +00:00
qemu_conf.h sysconf: Include unistd.h 2015-12-24 18:03:50 +01:00
qemu_domain_address.c qemu: Move qemuDomain*Address* functions 2016-02-16 11:07:47 -05:00
qemu_domain_address.h qemu: Move qemuDomain*Address* functions 2016-02-16 11:07:47 -05:00
qemu_domain.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
qemu_domain.h util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
qemu_driver.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
qemu_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
qemu_hostdev.c qemu: hostdev: Introduce qemuHostdevUpdateActiveDomainDevices() 2015-10-26 13:50:35 +01:00
qemu_hostdev.h qemu: hostdev: Introduce qemuHostdevUpdateActiveDomainDevices() 2015-10-26 13:50:35 +01:00
qemu_hotplug.c qemu: Move qemuAssign*Alias* API's into their own module 2016-02-16 11:07:48 -05:00
qemu_hotplug.h qemu: Implement memory device hotunplug 2015-03-23 14:41:14 +01:00
qemu_hotplugpriv.h qemu: Let tests override waiting time for device unplug 2013-08-26 16:09:55 +02:00
qemu_interface.c qemu: Move and rename qemuOpenVhostNet 2016-02-16 11:07:47 -05:00
qemu_interface.h qemu: Move and rename qemuOpenVhostNet 2016-02-16 11:07:47 -05:00
qemu_migration.c qemu: migration: Refactor code now that we assume support for fd migration 2016-02-17 10:52:38 +01:00
qemu_migration.h qemu: migration: Refactor code now that we assume support for fd migration 2016-02-17 10:52:38 +01:00
qemu_monitor_json.c qemu: Split the command parsing routines into own module 2016-02-10 15:21:37 -05:00
qemu_monitor_json.h qemu: Rename qemuMonitorMigrationStatus struct 2016-01-08 18:18:58 +01:00
qemu_monitor_text.c qemu: snapshot: Correctly report qemu error on 'savevm' 2016-01-25 07:21:25 +01:00
qemu_monitor_text.h qemu: Rename qemuMonitorMigrationStatus struct 2016-01-08 18:18:58 +01:00
qemu_monitor.c qemu: Add support for migration iteration event 2016-01-21 16:36:08 +01:00
qemu_monitor.h qemu: Add support for migration iteration event 2016-01-21 16:36:08 +01:00
qemu_parse_command.c qemu: Split the command parsing routines into own module 2016-02-10 15:21:37 -05:00
qemu_parse_command.h qemu: Split the command parsing routines into own module 2016-02-10 15:21:37 -05:00
qemu_process.c qemu: Move qemuAssign*Alias* API's into their own module 2016-02-16 11:07:48 -05:00
qemu_process.h qemu: Connect to guest agent iff needed 2016-02-11 06:52:50 +01:00
qemu_processpriv.h qemu: Export qemuProcessHandleDeviceDeleted for tests 2013-08-26 16:09:55 +02:00
qemu.conf qemu: add support for sending QEMU stdout/stderr to virtlogd 2015-11-26 14:30:16 +00:00
test_libvirtd_qemu.aug.in qemu: add support for sending QEMU stdout/stderr to virtlogd 2015-11-26 14:30:16 +00:00
THREADS.txt There is no virDomainFindBy{ID, Name, UUID} anymore 2015-08-03 13:08:00 +02:00