From: Vincent Hanquez Date: Tue, 11 Aug 2009 17:15:08 +0000 (+0100) Subject: document new display options and remove vnc and vnc keymap X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ed914d568fa1e1111344606a95fd4d5f618453c2;p=xenclient%2Ftoolstack.git document new display options and remove vnc and vnc keymap --- diff --git a/xenvm/xenvm.readme b/xenvm/xenvm.readme index 942a82f..60ef2a4 100644 --- a/xenvm/xenvm.readme +++ b/xenvm/xenvm.readme @@ -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: :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 |