• G
    qemuxml2argvtest: Don't use privileged mode upfront · 3cee4c05
    Guido Günther 提交于
    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 privileged mode upfront but setting it later
    so we skip the user/group existence check.
    
    This solution was suggested by Daniel P. Berrange and tested by Martin
    Kletzander.
    3cee4c05
qemuxml2argvtest.c 54.1 KB