Re: [PATCH v2 01/15] util: drop qemu_fork()

2023-02-21 Thread Daniel P . Berrangé
On Tue, Feb 21, 2023 at 01:48:45AM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Fortunately, qemu_fork() is no longer used since commit > a95570e3e4d6 ("io/command: use glib GSpawn, instead of open-coding > fork/exec"). (GSpawn uses posix_spawn() whenever possible inste

[PATCH v2 01/15] util: drop qemu_fork()

2023-02-20 Thread marcandre . lureau
From: Marc-André Lureau Fortunately, qemu_fork() is no longer used since commit a95570e3e4d6 ("io/command: use glib GSpawn, instead of open-coding fork/exec"). (GSpawn uses posix_spawn() whenever possible instead) Signed-off-by: Marc-André Lureau --- include/qemu/osdep.h | 14 - util/o