Re: [PATCH 2/3] vl: Conditionally register PID file unlink notifier

2022-07-12 Thread Daniel P . Berrangé
On Thu, Jun 09, 2022 at 02:27:00PM +0200, Hanna Reitz wrote: > Currently, the exit notifier for unlinking the PID file is registered > unconditionally. Limit it to only when we actually do create a PID > file. > > Signed-off-by: Hanna Reitz > --- > softmmu/vl.c | 18 +- > 1

[PATCH 2/3] vl: Conditionally register PID file unlink notifier

2022-06-09 Thread Hanna Reitz
Currently, the exit notifier for unlinking the PID file is registered unconditionally. Limit it to only when we actually do create a PID file. Signed-off-by: Hanna Reitz --- softmmu/vl.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/softmmu/vl.c