]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
document new display options and remove vnc and vnc keymap
authorVincent Hanquez <vincent.hanquez@eu.citrix.com>
Tue, 11 Aug 2009 17:15:08 +0000 (18:15 +0100)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Tue, 11 Aug 2009 17:15:08 +0000 (18:15 +0100)
xenvm/xenvm.readme

index 942a82f2696a2a8cc0aacfe7fe4399c073b7349f..60ef2a40cd40c4f6f927169d56fd4edf9c581ad5 100644 (file)
@@ -60,6 +60,14 @@ you can put the following parameters in your config file:
 | serial             | s    | redirect serial to device or network tcp:ip:port      |
 |                    |      | ex: "pty" or "tcp:1.2.3.4:1234"                       |
 +--------------------+------+-------------------------------------------------------+
+| display            | s    | details the type of display available for the guest   |
+|                    |      | format: <protocol>:key[=value],key[=value],...        |
+|                    |      | possible values:                                      |
+|                    |      | - none                                                |
+|                    |      | - vnc (keys allowed: use-port-unused, keymap, port)   |
+|                    |      | - sdl                                                 |
+|                    |      | - intel                                               |
++--------------------+------+-------------------------------------------------------+
 
 
 (the following are just useful for pv)
@@ -95,10 +103,6 @@ you can put the following parameters in your config file:
 +--------------------+------+-------------------------------------------------------+
 | boot               | s    | specify the qemu boot string                          |
 +--------------------+------+-------------------------------------------------------+
-| vnc                | i    | specify the vnc port to use                           |
-+--------------------+------+-------------------------------------------------------+
-| vnc_keymap         | s    | specify the vnc keymap to use                         |
-+--------------------+------+-------------------------------------------------------+
 | extra-hvm          | k=v, | specify extra arguments passthrough to qemu as -k v   |
 +--------------------+------+-------------------------------------------------------+
 | power-management   | i    | specify the power management passthrough mode         |