libvirt/src/qemu
Erik Skultety 2fbfb3ac41 qemu: Remove dead code in qemuDomainAssignPCIAddresses revert patch
As it turned out, fix of dead code 419a22 changed the affected condition
from "never true" to "always true", so better fix would be to change the
return code of virDomainMaybeAddController from 0 to 1 if
a new bridge has been added, thus distinguishing case when we didn't need to
add any controller and case we successfully added one.

The return code is changed in the next commit
2015-01-23 11:03:45 +01:00
..
EVENTHANDLERS.txt qemu: add short document on qemu event handlers 2014-10-06 13:50:57 -04:00
libvirtd_qemu.aug qemu: Automatically create NVRAM store 2014-09-10 09:38:07 +02:00
MIGRATION.txt
qemu_agent.c qemu: Implement the qemu driver for virDomainGetFSInfo 2014-11-24 10:29:12 -05:00
qemu_agent.h qemu: Implement the qemu driver for virDomainGetFSInfo 2014-11-24 10:29:12 -05:00
qemu_capabilities.c Report original error when QMP probing fails with new QEMU 2014-12-05 10:57:46 +00:00
qemu_capabilities.h Report original error when QMP probing fails with new QEMU 2014-12-05 10:57:46 +00:00
qemu_cgroup.c Add support for systemd-machined CreateMachineWithNetwork 2015-01-15 11:07:07 +00:00
qemu_cgroup.h qemu: Save numad advice into qemuDomainObjPrivate 2014-12-16 11:15:27 +01:00
qemu_command.c qemu: Remove dead code in qemuDomainAssignPCIAddresses revert patch 2015-01-23 11:03:45 +01:00
qemu_command.h Change int to size_t in size var for tap/vhost FDs 2015-01-15 11:07:13 +00:00
qemu_conf.c qemu_conf: check for duplicate security drivers 2015-01-19 12:46:37 +01:00
qemu_conf.h qemu: fix crash with shared disks 2014-09-18 09:05:21 +02:00
qemu_domain.c Always check return value of qemuDomainObjExitMonitor 2015-01-19 10:12:32 +01:00
qemu_domain.h Always check return value of qemuDomainObjExitMonitor 2015-01-19 10:12:32 +01:00
qemu_driver.c CVE-2015-0236: qemu: Check ACLs when dumping security info from snapshots 2015-01-22 14:32:54 +01:00
qemu_driver.h
qemu_hostdev.c drivers: use virDirRead API 2014-04-28 17:52:45 -06:00
qemu_hostdev.h
qemu_hotplug.c Always check return value of qemuDomainObjExitMonitor 2015-01-19 10:12:32 +01:00
qemu_hotplug.h Fix vmdef usage after domain crash in monitor on device detach 2015-01-19 10:12:07 +01:00
qemu_hotplugpriv.h
qemu_interface.c qemu: add/remove bridge fdb entries as guest CPUs are started/stopped 2014-12-15 10:07:06 -05:00
qemu_interface.h qemu: add a qemuInterfaceStopDevices(), called when guest CPUs stop 2014-12-13 22:20:28 -05:00
qemu_migration.c Always check return value of qemuDomainObjExitMonitor 2015-01-19 10:12:32 +01:00
qemu_migration.h qemu: completely rework reference counting 2014-12-21 10:48:56 +01:00
qemu_monitor_json.c qemu_process: detect updated video ram size values from QEMU 2015-01-14 11:55:51 +01:00
qemu_monitor_json.h qemu_process: detect updated video ram size values from QEMU 2015-01-14 11:55:51 +01:00
qemu_monitor_text.c qemu: chardev: Extract more information about character devices 2014-11-24 08:58:30 +01:00
qemu_monitor_text.h qemu: monitor: Rename and improve qemuMonitorGetPtyPaths 2014-11-21 11:00:10 +01:00
qemu_monitor.c qemu_process: detect updated video ram size values from QEMU 2015-01-14 11:55:51 +01:00
qemu_monitor.h qemu_process: detect updated video ram size values from QEMU 2015-01-14 11:55:51 +01:00
qemu_process.c Always check return value of qemuDomainObjExitMonitor 2015-01-19 10:12:32 +01:00
qemu_process.h
qemu_processpriv.h
qemu.conf conf: Check whether migration_address is localhost 2014-10-15 09:25:33 +02:00
test_libvirtd_qemu.aug.in conf: Check whether migration_address is localhost 2014-10-15 09:25:33 +02:00
THREADS.txt Check for domain liveness in qemuDomainObjExitMonitor 2015-01-14 19:30:32 +01:00