On Sat, May 03, 2014 at 07:39:40AM -0600, Eric Blake wrote:
On 05/03/2014 06:16 AM, Guido Günther wrote:
> When building packages in a clean chroot the QEMU_USER and QEMU_GROUP
> don't exist making VirQemuDriverConfigNew fail with privileged=true.
>
> Avoid that by not requiring priviliged mode upfront but setting it later
s/priviliged/privileged/
> so we skip the user/group existence check.
>
> This solution was suggested by Daniel P. Berrange and tested by Martin
> Kletzander.
> ---
>
> tests/qemuxml2argvtest.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
ACK; safe for 1.2.4
Pushed with the above fixed. Thanks,
-- Guido