]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_passt: Avoid double daemonizing passt
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Feb 2023 11:00:58 +0000 (12:00 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 20 Feb 2023 08:43:14 +0000 (09:43 +0100)
commitc0efdbdb9f66ab5a7334fd1dc75cdfdc28a7393d
treeea0120aaeb7d8ec1c1ddb3b157006b37ad40ead4
parentecca8053363a4135781988f92f5ef1037c29f45e
qemu_passt: Avoid double daemonizing passt

When passt is started, it daemonizes itself by default. There's
no point in having our virCommand module daemonize it too.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/qemu/qemu_passt.c