]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virDomainUndefineFlags: Allow NVRAM unlinking
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Sep 2014 11:17:11 +0000 (13:17 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 12 Sep 2014 12:26:34 +0000 (14:26 +0200)
commit273b6581ca8dae11e6ff40e3d13813fdbb37d41b
tree7b084e5f506b4a463d6a5853a7572a32186593aa
parent245134fc1df467ce75df2e5181ec12f497aba5f8
virDomainUndefineFlags: Allow NVRAM unlinking

When a domain is undefined, there are options to remove it's
managed save state or snapshots. However, there's another file
that libvirt creates per domain: the NVRAM variable store file.
Make sure that the file is not left behind if the domain is
undefined.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
include/libvirt/libvirt.h.in
src/qemu/qemu_driver.c
tools/virsh-domain.c
tools/virsh.pod