summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-07 16:24:33 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-07 16:24:33 +0000
commit7e0af5d09729c13900e3e7933ec2071a3646017a (patch)
tree6aca313888d9af645b1ef7e82a8c0c608a66576e /qemu-doc.texi
parent2331d91e775db285bdf0db4e68a949e67167b27b (diff)
downloadqemu-7e0af5d09729c13900e3e7933ec2071a3646017a.tar.gz
added -startdate option
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3540 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 75ba3825f3..3645ba2c1f 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -268,6 +268,11 @@ Set the real time clock to local time (the default is to UTC
time). This option is needed to have correct date in MS-DOS or
Windows.
+@item -startdate date
+Set the initial date of the real time clock. Valid format for
+@var{date} are: @code{now} or @code{2006-06-17T16:01:21} or
+@code{2006-06-17}. The default value is @code{now}.
+
@item -pidfile file
Store the QEMU process PID in @var{file}. It is useful if you launch QEMU
from a script.