libvirt/src/qemu
Matthew Rosato 82977058f5 network: Bring netdevs online later
Currently, MAC registration occurs during device creation, which is
early enough that, during live migration, you end up with duplicate
MAC addresses on still-running source and target devices, even though
the target device isn't actually being used yet.
This patch proposes to defer MAC registration until right before
the guest can actually use the device -- In other words, right
before starting guest CPUs.

Signed-off-by: Matthew Rosato <mjrosato@linux.vnet.ibm.com>
Signed-off-by: Laine Stump <laine@laine.org>
2014-12-10 15:09:01 -05: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 Remove unnecessary curly brackets in src/qemu/ 2014-11-14 17:13:01 +01:00
qemu_cgroup.h qemu: use systemd's TerminateMachine to kill all processes 2014-10-01 20:17:46 +02:00
qemu_command.c qemu: always use virDomainNetGetActualBridgeName to get interface's bridge 2014-12-08 14:50:50 -05:00
qemu_command.h qemu: make advice from numad available when building commandline 2014-11-03 16:43:22 +01:00
qemu_conf.c Remove unnecessary curly brackets in src/qemu/ 2014-11-14 17:13:01 +01:00
qemu_conf.h qemu: fix crash with shared disks 2014-09-18 09:05:21 +02:00
qemu_domain.c qemu: process: Refactor reconnecting to qemu processes 2014-12-04 15:28:39 +01:00
qemu_domain.h qemu: process: Refactor reconnecting to qemu processes 2014-12-04 15:28:39 +01:00
qemu_driver.c maint: clean up the unused variable 'caps' in src/qemu/qemu_*.c 2014-12-10 11:21:31 +01:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c network: Bring netdevs online later 2014-12-10 15:09:01 -05:00
qemu_hotplug.h qemu: Remove need for virConnectPtr in hotunplug detach host, net 2014-10-06 10:35:26 -04:00
qemu_hotplugpriv.h
qemu_interface.c network: Bring netdevs online later 2014-12-10 15:09:01 -05:00
qemu_interface.h network: Bring netdevs online later 2014-12-10 15:09:01 -05:00
qemu_migration.c qemu_migration: Precreate missing storage 2014-12-02 18:02:13 +01:00
qemu_migration.h qemu: Memory pre-pinning support for RDMA migration 2014-09-23 08:11:50 +02:00
qemu_monitor_json.c qemuMonitorJSONBlockStatsUpdateCapacity: Don't skip disks 2014-12-02 17:51:57 +01:00
qemu_monitor_json.h qemu: monitor: Rename and improve qemuMonitorGetPtyPaths 2014-11-21 11:00:10 +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: chardev: Extract more information about character devices 2014-11-24 08:58:30 +01:00
qemu_monitor.h qemu: chardev: Extract more information about character devices 2014-11-24 08:58:30 +01:00
qemu_process.c network: Bring netdevs online later 2014-12-10 15:09:01 -05: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