Re: [PATCH v2 1/1] vl.c: do not execute trace_init_backends() before daemonizing

2021-01-19 Thread Daniel Henrique Barboza
Hi, Is this queued to be pushed? We can't test Libvirt with upstream QEMU without this fix to be able to daemonize properly. Thanks, DHB On 1/6/21 4:59 PM, Paolo Bonzini wrote: Il mer 6 gen 2021, 17:59 Stefan Hajnoczi mailto:stefa...@gmail.com>> ha scritto: Acked-by: Stefan Hajnoczi

Re: [PATCH v2 1/1] vl.c: do not execute trace_init_backends() before daemonizing

2021-01-06 Thread Paolo Bonzini
Il mer 6 gen 2021, 17:59 Stefan Hajnoczi ha scritto: > Acked-by: Stefan Hajnoczi

Re: [PATCH v2 1/1] vl.c: do not execute trace_init_backends() before daemonizing

2021-01-06 Thread Stefan Hajnoczi
On Tue, Jan 05, 2021 at 03:14:37PM -0300, Daniel Henrique Barboza wrote: > Commit v5.2.0-190-g0546c0609c ("vl: split various early command line > options to a separate function") moved the trace backend init code to > the qemu_process_early_options(). Which is now being called before > os_daemonize

[PATCH v2 1/1] vl.c: do not execute trace_init_backends() before daemonizing

2021-01-05 Thread Daniel Henrique Barboza
Commit v5.2.0-190-g0546c0609c ("vl: split various early command line options to a separate function") moved the trace backend init code to the qemu_process_early_options(). Which is now being called before os_daemonize() via qemu_maybe_daemonize(). Turns out that this change of order causes a prob