libvirt/src/qemu
Daniel P. Berrange ce71b8654d Remove virConnectPtr from USB/PCI device iterators
All callers now pass a NULL virConnectPtr into the USB/PCi device
iterator functions. Therefore the virConnectPtr arg can now be
removed from these functions

* src/util/hostusb.h, src/util/hostusb.c: Remove virConnectPtr
  from usbDeviceFileIterate
* src/util/pci.c, src/util/pci.h: Remove virConnectPtr arg from
  pciDeviceFileIterate
* src/qemu/qemu_security_dac.c, src/security/security_selinux.c: Update
  to drop redundant virConnectPtr arg
2010-02-10 13:29:57 +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 Fix generation of floppy disk arg for QEMU's -global arg 2010-02-10 12:51:53 +00:00
qemu_conf.h Convert qemu command line flags to 64-bit int 2010-02-10 12:09:41 +00:00
qemu_driver.c Convert qemu command line flags to 64-bit int 2010-02-10 12:09:41 +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