libvirt/src/qemu
Roopa Prabhu 228a9ec312 macvtap: Fix error return value convention/inconsistencies
- changed some return 1's to return -1
- changed if (rc) error checks to if (rc < 0)
- fixed some other minor convention violations

I might have missed some. Can fix in another patch or can respin

Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
Reported-by: Eric Blake <eblake@redhat.com>
Reported-by: Laine Stump <laine@laine.org>
Signed-off-by: Eric Blake <eblake@redhat.com>
2011-10-28 16:47:28 -06:00
..
libvirtd_qemu.aug qemu: Introduce job queue size limit 2011-09-05 18:14:08 +02:00
MIGRATION.txt qemu: Implement migration job phases 2011-07-27 08:45:09 -06:00
qemu_bridge_filter.c
qemu_bridge_filter.h
qemu_capabilities.c qemu: simplify use of HAVE_YAJL 2011-10-26 11:55:39 -06:00
qemu_capabilities.h Add AHCI support to qemu driver 2011-10-17 15:44:21 -06:00
qemu_cgroup.c set cpu bandwidth for the vm 2011-07-26 22:12:57 +08: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 pci address conflict when virtio disk with drive type 2011-10-28 13:45:00 -06:00
qemu_command.h qemu: Move device alias assigning before command line construction 2011-10-25 09:27:10 +02:00
qemu_conf.c qemu: Introduce job queue size limit 2011-09-05 18:14:08 +02:00
qemu_conf.h qemu: Check for ejected media during startup and migration 2011-09-28 19:49:11 +02:00
qemu_domain.c Use virXMLSaveFile when writing XML config 2011-10-27 20:13:15 +02:00
qemu_domain.h qemu: implement startupPolicy 2011-10-25 09:27:10 +02:00
qemu_driver.c Wire up QEMU implementation for virDomainOpenGraphics 2011-10-28 10:23:53 +01: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: Do not wait if the PCI device is not managed when reattaching 2011-10-18 08:27:02 +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 qemu: avoid leaking uninit data from hotplug to dumpxml 2011-10-28 09:12:55 -06:00
qemu_hotplug.h qemu: Check for ejected media during startup and migration 2011-09-28 19:49:11 +02:00
qemu_migration.c macvtap: Fix error return value convention/inconsistencies 2011-10-28 16:47:28 -06:00
qemu_migration.h Clarify semantics of virDomainMigrate2 2011-10-14 22:04:31 +02:00
qemu_monitor_json.c Wire up QEMU implementation for virDomainOpenGraphics 2011-10-28 10:23:53 +01:00
qemu_monitor_json.h Wire up QEMU implementation for virDomainOpenGraphics 2011-10-28 10:23:53 +01:00
qemu_monitor_text.c Wire up QEMU implementation for virDomainOpenGraphics 2011-10-28 10:23:53 +01:00
qemu_monitor_text.h Wire up QEMU implementation for virDomainOpenGraphics 2011-10-28 10:23:53 +01:00
qemu_monitor.c Wire up QEMU implementation for virDomainOpenGraphics 2011-10-28 10:23:53 +01:00
qemu_monitor.h Wire up QEMU implementation for virDomainOpenGraphics 2011-10-28 10:23:53 +01:00
qemu_process.c qemu: simplify use of HAVE_YAJL 2011-10-26 11:55:39 -06:00
qemu_process.h qemu: Prevent disk corruption on domain shutdown 2011-09-16 17:21:10 +02:00
qemu.conf qemu: Introduce job queue size limit 2011-09-05 18:14:08 +02:00
test_libvirtd_qemu.aug Integrate the QEMU driver with the lock manager infrastructure 2011-06-02 10:54:01 +01:00
THREADS.txt qemu: fix crash when mixing sync and async monitor jobs 2011-08-01 09:41:57 -06:00