qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] add exit-script option to qemu
@ 2018-10-04 11:43 Dominik Csapak
  2018-10-04 11:43 ` [Qemu-devel] [PATCH v2 1/3] osdep: add qemu_launch_script for executing scripts Dominik Csapak
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Dominik Csapak @ 2018-10-04 11:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, sw, jasowang, thuth, philmd

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_script
* fixed a small error in the option description

Dominik Csapak (3):
  osdep: add qemu_launch_script for executing scripts
  tap: use qemu_launch_script instead of launch_script
  vl.c: call optional script when exiting

 include/qemu/osdep.h | 12 +++++++++++
 net/tap.c            | 56 ++++++++++------------------------------------------
 qemu-options.hx      | 20 +++++++++++++++++++
 util/oslib-posix.c   | 34 +++++++++++++++++++++++++++++++
 util/oslib-win32.c   |  8 ++++++++
 vl.c                 | 29 +++++++++++++++++++++++++++
 6 files changed, 113 insertions(+), 46 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-10-08  7:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-04 11:43 [Qemu-devel] [PATCH v2 0/3] add exit-script option to qemu Dominik Csapak
2018-10-04 11:43 ` [Qemu-devel] [PATCH v2 1/3] osdep: add qemu_launch_script for executing scripts Dominik Csapak
2018-10-04 11:43 ` [Qemu-devel] [PATCH v2 2/3] tap: use qemu_launch_script instead of launch_script Dominik Csapak
2018-10-04 11:43 ` [Qemu-devel] [PATCH v2 3/3] vl.c: call optional script when exiting Dominik Csapak
2018-10-08  3:28 ` [Qemu-devel] [PATCH v2 0/3] add exit-script option to qemu Jason Wang
2018-10-08  7:39   ` Dominik Csapak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).