[PATCH v2 4/8] util: remove use of is_daemonized flag from logging code

Eric Blake eblake at redhat.com
Fri Mar 4 21:46:31 UTC 2022


On Fri, Mar 04, 2022 at 06:56:16PM +0000, Daniel P. Berrangé wrote:
> We want to decouple knowledge of daemonization from other code. What the
> logging code really wants to know is whether it can use stdio or not.
> Add an API to let the logging code be informed of this fact explicitly.
> 
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  include/qemu/log.h |  1 +
>  softmmu/vl.c       |  3 +++
>  util/log.c         | 12 +++++++++---
>  3 files changed, 13 insertions(+), 3 deletions(-)
>

Reviewed-by: Eric Blake <eblake at redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org




More information about the libvir-list mailing list