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

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

2018-10-04 Thread Dominik Csapak
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 changes since v1: * refactored as qemu_launch_script, only for non-windows platforms * updated net/tap.c to use qemu_launch_script instead of launch_