]> xenbits.xensource.com Git - libvirt.git/commitdiff
document vnc's keymap attribute
authorGuido Günther <agx@sigxcpu.org>
Fri, 26 Dec 2008 13:37:53 +0000 (13:37 +0000)
committerGuido Günther <agx@sigxcpu.org>
Fri, 26 Dec 2008 13:37:53 +0000 (13:37 +0000)
ChangeLog
docs/drvqemu.html.in
docs/formatdomain.html.in

index 658314cc6ee155684242b2fef4ac53c247f29f40..0d4994e85eabe6af6db43ce4c256d7c7bba1018a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Dec 26 14:22:04 CET 2008 Guido Günther <agx@sigxcpu.org>
+
+       document vnc's keymap attribute
+       * docs/formatdomain.html.in: document keymap attribute
+       * docs/drvqemu.html.in: add keymap attribute to example
+
 Tue Dec 23 14:44:41 CET 2008 Daniel Veillard <veillard@redhat.com>
 
        * docs/logging.html docs/logging.html.in: new page documenting
index bb484b7f9d8724061378110e1a1cc9fa07a5b586..e6005622e4c769fdde8971d3479558e49ff51eab 100644 (file)
@@ -85,7 +85,7 @@
       &lt;source network='default'/&gt;
       &lt;mac address='24:42:53:21:52:45'/&gt;
     &lt;/interface&gt;
-    &lt;graphics type='vnc' port='-1'/&gt;
+    &lt;graphics type='vnc' port='-1' keymap='de'/&gt;
   &lt;/devices&gt;
 &lt;/domain&gt;</pre>
 
index f42f203487b06cf49ba0aba5cfe818e5e742895c..62235c074f78cb19dd75f5063ece53b6d8556bdd 100644 (file)
@@ -667,7 +667,8 @@ qemu-kvm -net nic,model=? /dev/null
        preferred syntax for indicating autoallocation of the TCP port to use.
        The <code>listen</code> attribute is an IP address for the server to
        listen on. The <code>password</code> attribute provides a VNC password
-       in clear text.</dd>
+       in clear text. The <code>keymap</code> attribute specifies the keymap
+       to use.</dd>
     </dl>
 
     <h4><a name="elementsConsole">Consoles, serial &amp; parallel devices</a></h4>