• P
    qemu: migration: Relax enforcement of memory hotplug support · a98e5a78
    Peter Krempa 提交于
    If the current live definition does not have memory hotplug enabled, but
    the persistent one does libvirt would reject migration if the
    destination does not support memory hotplug even if the user didn't want
    to persist the VM at the destination and thus the XML containing the
    memory hotplug definition would not be used. To fix this corner case the
    code will check for memory hotplug in the newDef only if
    VIR_MIGRATE_PERSIST_DEST was used.
    a98e5a78
qemu_migration.c 204.2 KB