[libvirt] [PATCH] qemuProcessCleanupChardevDevice: Don't unlink NULL paths

2016-01-13 Thread Michal Privoznik
So, you try to start a domain, but before we even get to the part where chardev part of qemu command line is generated (and possibly missing path to unix sockets is made up) an error occurs which results in calling qemuProcessStop. This will then try to clean up the mess and possibly ends up

Re: [libvirt] [PATCH] qemuProcessCleanupChardevDevice: Don't unlink NULL paths

2016-01-13 Thread Martin Kletzander
On Wed, Jan 13, 2016 at 11:30:48AM +0100, Michal Privoznik wrote: So, you try to start a domain, but before we even get to the part where chardev part of qemu command line is generated (and possibly missing path to unix sockets is made up) an error occurs which results in calling