]> xenbits.xensource.com Git - libvirt.git/commit
meson: Require that both qemu_user and qemu_group are provided
authorAndrea Bolognani <abologna@redhat.com>
Wed, 26 Jan 2022 14:14:13 +0000 (15:14 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 27 Jan 2022 10:48:35 +0000 (11:48 +0100)
commit00c1a479142b653e21cf08a81099d7f6bb4da755
tree9666f890446c096cc1d93cc88e9f5c6e666829b6
parent46b5fbd1fe75b9a5d303918f10d17d65a68632f0
meson: Require that both qemu_user and qemu_group are provided

Or that neither is. The current implementation, where if only
one of the two is provided the other one will be based on
OS-specific defaults is more likely to cause confusion than it
is to be helpful.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
meson.build