Re: [Qemu-devel] [PATCH v2 0/3] add exit-script option to qemu

2018-10-08 Thread Dominik Csapak
On 10/8/18 5:28 AM, Jason Wang wrote: On 2018年10月04日 19:43, Dominik Csapak wrote: this patch series aims to execute a script when qemu exits so that one can do cleanups when using --daemonize without having to use the qmp monitor Hi: Can you give a example of why it must be done through thi

Re: [Qemu-devel] [PATCH v2 0/3] add exit-script option to qemu

2018-10-07 Thread Jason Wang
On 2018年10月04日 19:43, Dominik Csapak wrote: this patch series aims to execute a script when qemu exits so that one can do cleanups when using --daemonize without having to use the qmp monitor Hi: Can you give a example of why it must be done through this way? It looks to me that we can do