• M
    network: Bring netdevs online later · 82977058
    Matthew Rosato 提交于
    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: NMatthew Rosato <mjrosato@linux.vnet.ibm.com>
    Signed-off-by: NLaine Stump <laine@laine.org>
    82977058
qemu_process.c 174.5 KB