Re: [libvirt] [PATCHv2 1/2] virDomainUndefineFlags: Allow NVRAM unlinking

2014-09-12 Thread Laszlo Ersek
On 09/12/14 13:33, Michal Privoznik wrote: > 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

[libvirt] [PATCHv2 1/2] virDomainUndefineFlags: Allow NVRAM unlinking

2014-09-12 Thread Michal Privoznik
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 --- i