Re: [PATCH 3/4] virConnectOpen: Require root dir to be absolute path

2021-03-12 Thread Andrea Bolognani
On Mon, 2021-03-01 at 12:49 +0100, Michal Privoznik wrote: > In theory, users might want to use a relative path as a root > directory for embed drivers. But in practice, nothing in driver > initialization (specifically QEMU driver since it's the only one > that supports embedding now), is prepared

[PATCH 3/4] virConnectOpen: Require root dir to be absolute path

2021-03-01 Thread Michal Privoznik
In theory, users might want to use a relative path as a root directory for embed drivers. But in practice, nothing in driver initialization (specifically QEMU driver since it's the only one that supports embedding now), is prepared for that. Document and enforce absolute paths. Resolves: