libvirt/src/qemu
Stefan Berger 95ff5899b9 nwfilter: cleanup return codes in nwfilter subsystem
This patch cleans up return codes in the nwfilter subsystem.

Some functions in nwfilter_conf.c (validators and formatters) are
keeping their bool return for now and I am converting their return
code to true/false.

All other functions now have failure return codes of -1 and success
of 0.

[I searched for all occurences of ' 1;' and checked all 'if ' and
adapted where needed. After that I did a grep for 'NWFilter' in the source
tree.]
2011-12-08 21:26:34 -05:00
..
libvirtd_qemu.aug qemu: Add support for keepalive messages during p2p migration 2011-11-24 12:00:10 +01:00
MIGRATION.txt qemu: Implement migration job phases 2011-07-27 08:45:09 -06:00
qemu_bridge_filter.c Remove conn parameter from virReportSystemError 2010-02-09 01:04:54 +01:00
qemu_bridge_filter.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu_capabilities.c Add support for ppc64 qemu 2011-12-08 08:39:26 -05:00
qemu_capabilities.h Add AHCI support to qemu driver 2011-10-17 15:44:21 -06:00
qemu_cgroup.c qemu: filter blkio 0-device-weight at two other places 2011-11-30 12:34:30 -07:00
qemu_cgroup.h qemu: Implement period and quota tunable XML configuration and parsing 2011-07-21 17:11:12 +08:00
qemu_command.c nwfilter: cleanup return codes in nwfilter subsystem 2011-12-08 21:26:34 -05:00
qemu_command.h Clean up qemuBuildCommandLine to remove x86-specific 2011-12-08 08:39:26 -05:00
qemu_conf.c qemu: Add support for keepalive messages during p2p migration 2011-11-24 12:00:10 +01:00
qemu_conf.h qemu: Add support for keepalive messages during p2p migration 2011-11-24 12:00:10 +01:00
qemu_domain.c Remove time APIs from src/util/util.h 2011-11-30 11:43:50 +00:00
qemu_domain.h qemu: implement startupPolicy 2011-10-25 09:27:10 +02:00
qemu_driver.c Fix a logic error for setting block I/O 2011-12-01 08:01:16 -07:00
qemu_driver.h Split all QEMU process mangement code into separate file 2011-02-17 12:48:55 +00:00
qemu_hostdev.c qemu: Restore the original states of PCI device when restarting daemon 2011-10-30 13:00:06 +08:00
qemu_hostdev.h qemu: Do not reattach PCI device used by other domain when shutdown 2011-10-14 12:53:32 -06:00
qemu_hotplug.c Rename high level macvlan creation APIs 2011-11-18 16:10:02 +00:00
qemu_hotplug.h qemu: pass virConnectPtr into Domain{Attach,Detach}* 2011-10-31 13:13:29 -06:00
qemu_migration.c Remove time APIs from src/util/util.h 2011-11-30 11:43:50 +00:00
qemu_migration.h Clarify semantics of virDomainMigrate2 2011-10-14 22:04:31 +02:00
qemu_monitor_json.c Implement virDomain{Set, Get}BlockIoTune for the qemu driver 2011-11-30 11:36:10 -07:00
qemu_monitor_json.h Implement virDomain{Set, Get}BlockIoTune for the qemu driver 2011-11-30 11:36:10 -07:00
qemu_monitor_text.c Implement virDomain{Set, Get}BlockIoTune for the qemu driver 2011-11-30 11:36:10 -07:00
qemu_monitor_text.h Implement virDomain{Set, Get}BlockIoTune for the qemu driver 2011-11-30 11:36:10 -07:00
qemu_monitor.c Implement virDomain{Set, Get}BlockIoTune for the qemu driver 2011-11-30 11:36:10 -07:00
qemu_monitor.h Implement virDomain{Set, Get}BlockIoTune for the qemu driver 2011-11-30 11:36:10 -07:00
qemu_process.c nwfilter: cleanup return codes in nwfilter subsystem 2011-12-08 21:26:34 -05:00
qemu_process.h Rename Macvtap management APIs 2011-11-18 16:10:01 +00:00
qemu.conf qemu: Add support for keepalive messages during p2p migration 2011-11-24 12:00:10 +01:00
test_libvirtd_qemu.aug qemu: Add support for keepalive messages during p2p migration 2011-11-24 12:00:10 +01:00
THREADS.txt qemu: fix crash when mixing sync and async monitor jobs 2011-08-01 09:41:57 -06:00