libvirt/src/qemu
Daniel P. Berrange 38536d6f7f Annotate some virConnectPtr as mandatory non-null
Use the ATTRIBUTE_NONNULL annotation to mark some virConnectPtr
args as mandatory non-null so the compiler can warn of mistakes

* src/conf/domain_event.h: All virConnectPtr args must be non-null
* src/qemu/qemu_conf.h: qemudBuildCommandLine and
  qemudNetworkIfaceConnect() must be given non-null connection
* tests/qemuxml2argvtest.c: Provide a non-null (dummy) connection to
  qemudBuildCommandLine()
2010-02-10 13:33:06 +00:00
..
libvirtd_qemu.aug Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
qemu_bridge_filter.c Remove conn parameter from virReportSystemError 2010-02-09 01:04:54 +01:00
qemu_bridge_filter.h Remove conn parameter from virReportSystemError 2010-02-09 01:04:54 +01:00
qemu_conf.c Remove virConnectPtr from CPU XML APIs 2010-02-10 13:32:38 +00:00
qemu_conf.h Annotate some virConnectPtr as mandatory non-null 2010-02-10 13:33:06 +00:00
qemu_driver.c Remove virConnectPtr from CPU XML APIs 2010-02-10 13:32:38 +00:00
qemu_driver.h Move QEMU driver to src/qemu/ 2009-09-21 14:41:43 +01:00
qemu_monitor_json.c Remove passing of virConnectPtr throughout QEMU driver 2010-02-10 11:49:23 +00:00
qemu_monitor_json.h Introduce internal QEMU monitor APIs for drive + device hotadd 2010-02-02 16:31:42 +00:00
qemu_monitor_text.c Remove passing of virConnectPtr throughout QEMU driver 2010-02-10 11:49:23 +00:00
qemu_monitor_text.h Introduce internal QEMU monitor APIs for drive + device hotadd 2010-02-02 16:31:42 +00:00
qemu_monitor.c Remove passing of virConnectPtr throughout QEMU driver 2010-02-10 11:49:23 +00:00
qemu_monitor.h Introduce internal QEMU monitor APIs for drive + device hotadd 2010-02-02 16:31:42 +00:00
qemu_security_dac.c Remove virConnectPtr from USB/PCI device iterators 2010-02-10 13:29:57 +00:00
qemu_security_dac.h Introduce a new DAC security driver for QEMU 2010-01-21 14:00:16 +00:00
qemu_security_stacked.c Remove use of virConnectPtr from security driver APIs 2010-02-10 11:49:24 +00:00
qemu_security_stacked.h Introduce a stacked security driver impl for QEMU 2010-01-21 14:00:16 +00:00
qemu.conf Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
test_libvirtd_qemu.aug Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
THREADS.txt Release driver and domain lock when running monitor commands 2009-11-10 13:27:18 +00:00