diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-08 22:21:25 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-08 22:21:25 +0000 |
commit | f7cce898821ff2a050e3de7317fe05b1a3e155fb (patch) | |
tree | 88223fbe12d4ace21b4ecbe465c50f243fec8a7f /qemu-doc.texi | |
parent | fe2cece60e02262e64cfadcbcd0408720628ef2a (diff) |
-pidfile option
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1166 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 9436965eb3..6338062cdb 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -202,6 +202,10 @@ Windows. @item -full-screen Start in full screen. +@item -pidfile file +Store the QEMU process PID in @var{file}. It is useful if you launch QEMU +from a script. + @end table Network options: |