]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Report less errors on driver startup
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 12 Sep 2018 14:32:56 +0000 (16:32 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 13 Sep 2018 14:19:25 +0000 (16:19 +0200)
commitb907fd75fa826a8285dc33fcf6117c7833e2853b
treea8fb126403a190cbdff17aad1e55fb302bdb26a1
parentb984bbcc0df74b1eabf75b394c94e952d839fc8b
qemu: Report less errors on driver startup

It is not a problem at all if the `tss` user/group does not exist, the code
fallbacks to the `root` user/group.  However we report a warning for no reason
on every start-up.  Fix this by checking if the user/group actually exists.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_conf.c