Re: [libvirt] [PATCH] conf: set postParseFailed even without ALLOW_POST_PARSE_FAIL

2018-03-02 Thread Peter Krempa
On Fri, Mar 02, 2018 at 15:17:55 +0100, Ján Tomko wrote: > We allow the postParse callbacks to fail for some reasons (missing > emulator binary) when parsing the configs from /etc/libvirt. > In that case, def->postParseFailed is set to true and the post > parse callbacks are re-executed on domain

[libvirt] [PATCH] conf: set postParseFailed even without ALLOW_POST_PARSE_FAIL

2018-03-02 Thread Ján Tomko
We allow the postParse callbacks to fail for some reasons (missing emulator binary) when parsing the configs from /etc/libvirt. In that case, def->postParseFailed is set to true and the post parse callbacks are re-executed on domain startup. However this bool was only set when