libvirt/src/openvz
Eric Blake 72d4ff5b7c build: enforce reference count checking
Add the compiler attribute to ensure we don't introduce any more
ref bugs like were just patched in commit 9741f34, then explicitly
mark the remaining places in code that are safe.

* src/qemu/qemu_monitor.h (qemuMonitorUnref): Mark
ATTRIBUTE_RETURN_CHECK.
* src/conf/domain_conf.h (virDomainObjUnref): Likewise.
* src/conf/domain_conf.c (virDomainObjParseXML)
(virDomainLoadStatus): Fix offenders.
* src/openvz/openvz_conf.c (openvzLoadDomains): Likewise.
* src/vmware/vmware_conf.c (vmwareLoadDomains): Likewise.
* src/qemu/qemu_domain.c (qemuDomainObjBeginJob)
(qemuDomainObjBeginJobWithDriver)
(qemuDomainObjExitRemoteWithDriver): Likewise.
* src/qemu/qemu_monitor.c (QEMU_MONITOR_CALLBACK): Likewise.
Suggested by Daniel P. Berrange.
2011-03-24 15:29:18 -06:00
..
openvz_conf.c build: enforce reference count checking 2011-03-24 15:29:18 -06:00
openvz_conf.h openvz: Remove virConnectPtr from openvzError 2010-04-06 02:04:50 +02:00
openvz_driver.c Add public API for setting migration speed on the fly 2011-03-22 15:53:08 +00:00
openvz_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00