• M
    qemuPrepareNVRAM: Save domain after NVRAM path generation · 3a3c3780
    Michal Privoznik 提交于
    On a domain startup, the variable store path is generated if needed.
    The path is intended to be generated only once. However, the updated
    domain definition is not saved into config dir rather than state XML
    only. So later, whenever the domain is destroyed and the daemon is
    restarted, the generated path is forgotten and the file may be left
    behind on virDomainUndefine() call.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    3a3c3780
qemu_process.c 168.7 KB