Re: [PATCH 0/3] qemu/qsd: Unlink absolute PID file path

2022-07-12 Thread Hanna Reitz
On 09.06.22 14:26, Hanna Reitz wrote: Hi, QEMU (the system emulator) and the storage daemon (QSD) write their PID to the given file when you specify --pidfile. They keep the path around and register exit handlers (QEMU uses an exit notifier, QSD an atexit() function) to unlink this file when th

Re: [PATCH 0/3] qemu/qsd: Unlink absolute PID file path

2022-07-12 Thread Hanna Reitz
Ping On 09.06.22 14:26, Hanna Reitz wrote: Hi, QEMU (the system emulator) and the storage daemon (QSD) write their PID to the given file when you specify --pidfile. They keep the path around and register exit handlers (QEMU uses an exit notifier, QSD an atexit() function) to unlink this file w

[PATCH 0/3] qemu/qsd: Unlink absolute PID file path

2022-06-09 Thread Hanna Reitz
Hi, QEMU (the system emulator) and the storage daemon (QSD) write their PID to the given file when you specify --pidfile. They keep the path around and register exit handlers (QEMU uses an exit notifier, QSD an atexit() function) to unlink this file when the process terminates. These handlers un