libvirt/src/qemu
Daniel P. Berrange 141dea6bc7 Add persistence of PCI addresses to QEMU
Current PCI addresses are allocated at time of VM startup.
To make them truely persistent, it is neccessary to do this
at time of virDomainDefine/virDomainCreate. The code in
qemuStartVMDaemon still remains in order to cope with upgrades
from older libvirt releases

* src/qemu/qemu_driver.c: Rename existing qemuAssignPCIAddresses
  to qemuDetectPCIAddresses. Add new qemuAssignPCIAddresses which
  does auto-allocation upfront. Call qemuAssignPCIAddresses from
  qemuDomainDefine and qemuDomainCreate to assign PCI addresses that
  can then be persisted. Don't clear PCI addresses at shutdown if
  they are intended to be persistent
2010-02-12 17:25:52 +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 Swap position of nmodels and models parameters in cpuDecode() 2010-02-11 16:46:20 +01:00
qemu_conf.h Fix disk stats retrieval with QEMU >= 0.12 2010-02-11 12:07:23 +00:00
qemu_driver.c Add persistence of PCI addresses to QEMU 2010-02-12 17:25:52 +00:00
qemu_driver.h Move QEMU driver to src/qemu/ 2009-09-21 14:41:43 +01:00
qemu_monitor_json.c Support 'block_passwd' command for QEMU disk encryption 2010-02-12 17:25:02 +00:00
qemu_monitor_json.h Support 'block_passwd' command for QEMU disk encryption 2010-02-12 17:25:02 +00:00
qemu_monitor_text.c Support 'block_passwd' command for QEMU disk encryption 2010-02-12 17:25:02 +00:00
qemu_monitor_text.h Support 'block_passwd' command for QEMU disk encryption 2010-02-12 17:25:02 +00:00
qemu_monitor.c Support 'block_passwd' command for QEMU disk encryption 2010-02-12 17:25:02 +00:00
qemu_monitor.h Support 'block_passwd' command for QEMU disk encryption 2010-02-12 17:25:02 +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