diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-12-22 02:11:31 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-12-22 02:11:31 +0000 |
commit | 71e3ceb800ec212acd78f613245bbb82278348d0 (patch) | |
tree | a05d325a95d129da90f943a3bb4a5eabf4f0c23e /qemu-doc.texi | |
parent | 73fc97427b6410b9ebd38b8d88831be050ce189b (diff) |
Daemonize option, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2261 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index ea4d2e63a4..6796aeb6d3 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -309,6 +309,12 @@ Start in full screen. Store the QEMU process PID in @var{file}. It is useful if you launch QEMU from a script. +@item -daemonize +Daemonize the QEMU process after initialization. QEMU will not detach from +standard IO until it is ready to receive connections on any of its devices. +This option is a useful way for external programs to launch QEMU without having +to cope with initialization race conditions. + @item -win2k-hack Use it when installing Windows 2000 to avoid a disk full bug. After Windows 2000 is installed, you no longer need this option (this option |