Re: [PATCH v3] qemu: add a monitor to /proc/$pid when killing times out

2024-07-24 Thread Michal Prívozník
On 7/23/24 17:57, Boris Fiuczynski wrote: > On 7/22/24 2:01 PM, Jiri Denemark wrote: >> On Mon, Jul 22, 2024 at 10:55:05 +0200, Michal Prívozník wrote: >>> On 7/19/24 17:44, Boris Fiuczynski wrote: In cases when a QEMU process takes longer than the time sigterm and sigkill are issued to k

Re: [PATCH v3] qemu: add a monitor to /proc/$pid when killing times out

2024-07-23 Thread Boris Fiuczynski
On 7/22/24 2:01 PM, Jiri Denemark wrote: On Mon, Jul 22, 2024 at 10:55:05 +0200, Michal Prívozník wrote: On 7/19/24 17:44, Boris Fiuczynski wrote: In cases when a QEMU process takes longer than the time sigterm and sigkill are issued to kill the process do not simply fail and leave the VM in st

Re: [PATCH v3] qemu: add a monitor to /proc/$pid when killing times out

2024-07-22 Thread Jiri Denemark
On Mon, Jul 22, 2024 at 10:55:05 +0200, Michal Prívozník wrote: > On 7/19/24 17:44, Boris Fiuczynski wrote: > > In cases when a QEMU process takes longer than the time sigterm and > > sigkill are issued to kill the process do not simply fail and leave the > > VM in state VIR_DOMAIN_SHUTDOWN until t

Re: [PATCH v3] qemu: add a monitor to /proc/$pid when killing times out

2024-07-22 Thread Boris Fiuczynski
On 7/22/24 10:55 AM, Michal Prívozník wrote: On 7/19/24 17:44, Boris Fiuczynski wrote: In cases when a QEMU process takes longer than the time sigterm and sigkill are issued to kill the process do not simply fail and leave the VM in state VIR_DOMAIN_SHUTDOWN until the daemon stops. Instead set u

Re: [PATCH v3] qemu: add a monitor to /proc/$pid when killing times out

2024-07-22 Thread Michal Prívozník
On 7/19/24 17:44, Boris Fiuczynski wrote: > In cases when a QEMU process takes longer than the time sigterm and > sigkill are issued to kill the process do not simply fail and leave the > VM in state VIR_DOMAIN_SHUTDOWN until the daemon stops. Instead set up > an fd on /proc/$pid and get notified w

[PATCH v3] qemu: add a monitor to /proc/$pid when killing times out

2024-07-19 Thread Boris Fiuczynski
In cases when a QEMU process takes longer than the time sigterm and sigkill are issued to kill the process do not simply fail and leave the VM in state VIR_DOMAIN_SHUTDOWN until the daemon stops. Instead set up an fd on /proc/$pid and get notified when the QEMU process finally has terminated to cle