Re: [PATCH 1/9] tests: Fix virQEMUDriverConfigNew() calling with respect to @root

2020-03-25 Thread Andrea Bolognani
On Wed, 2020-03-25 at 11:18 +0100, Michal Privoznik wrote: > The virQEMUDriverConfigNew() accepts path to root directory for > embed mode as an argument. If the argument is not NULL it uses > the passed value as prefix for some internal paths (e.g. > cfg->libDir). If it is NULL though, it looks if

[PATCH 1/9] tests: Fix virQEMUDriverConfigNew() calling with respect to @root

2020-03-25 Thread Michal Privoznik
The virQEMUDriverConfigNew() accepts path to root directory for embed mode as an argument. If the argument is not NULL it uses the passed value as prefix for some internal paths (e.g. cfg->libDir). If it is NULL though, it looks if the other argument, @privileged is true or false and generates inte