diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-19 15:17:08 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-19 15:17:08 +0000 |
commit | c35734b2a6f9b028edacd5813ff271728ce2a9e3 (patch) | |
tree | 912fb17654bdcc79592e1462cd86139ce5e7a78a /qemu-doc.texi | |
parent | dcfb90144bd83a13e24f214e0c4a1b0b55067289 (diff) |
Add -name option, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2505 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 1acd7451a3..74d0edf057 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -331,6 +331,10 @@ slows down the IDE transfers). Load the contents of file as an option ROM. This option is useful to load things like EtherBoot. +@item -name string +Sets the name of the guest. This name will be display in the SDL window +caption. The name will also be used for the VNC server. + @end table USB options: |