]> xenbits.xensource.com Git - libvirt.git/commit
qemuPrepareNVRAM: Save domain conf only if domain's persistent
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 12 Nov 2014 17:09:46 +0000 (18:09 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 13 Nov 2014 08:35:25 +0000 (09:35 +0100)
commit54ddc08ddb3d86e90b48b655a51577761e20ac34
tree39b9c186895c7a9950f0cc7be93d5302d5a4e9af
parent8d659b177ff44be37bdb36648eaabbaec457c941
qemuPrepareNVRAM: Save domain conf only if domain's persistent

In one of my previous patches (3a3c3780b) I've tried to fix the
problem of nvram path disappearing on a domain that's been
started and shut down again. I fixed this by explicitly saving
domain's config file.  However, I did a bit of clumsy without
realizing we have a transient domains for which we don't save the
config file. Hence, any domain using UEFI became persistent.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_process.c