]> xenbits.xensource.com Git - libvirt.git/commitdiff
Document the keyboard as a valid input type
authorJán Tomko <jtomko@redhat.com>
Mon, 24 Feb 2014 09:50:14 +0000 (10:50 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 24 Feb 2014 17:55:00 +0000 (18:55 +0100)
Commit bc18373 added a new input type, but didn't change the
documentation.

docs/formatdomain.html.in

index ea1a97b0cb3451fbad20817904d8d59d99c2b7b5..7f904553db4ed188f89c0a4e8a03e9ceb3544ba7 100644 (file)
@@ -3847,15 +3847,17 @@ qemu-kvm -net nic,model=? /dev/null
   ...
   &lt;devices&gt;
     &lt;input type='mouse' bus='usb'/&gt;
+    &lt;input type='keyboard' bus='usb'/&gt;
   &lt;/devices&gt;
   ...</pre>
 
     <dl>
       <dt><code>input</code></dt>
       <dd>The <code>input</code> element has one mandatory attribute,
-        the <code>type</code> whose value can be either 'mouse' or
-        'tablet'. The latter provides absolute
-        cursor movement, while the former uses relative movement. The optional
+        the <code>type</code> whose value can be 'mouse', 'tablet' or
+        (<span class="since">since 1.2.2</span>) 'keyboard'.
+        The tablet provides absolute cursor movement,
+        while the mouse uses relative movement. The optional
         <code>bus</code> attribute can be used to refine the exact device type.
         It takes values "xen" (paravirtualized), "ps2" and "usb".</dd>
     </dl>