From: Oleksandr Grytsov Date: Tue, 17 Jul 2018 16:07:38 +0000 (+0300) Subject: docs: add vkb device to xl.cfg and xl X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3547 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5d84b42f4a5f0ee7c301f374f31141dee94eb8b1;p=xen.git docs: add vkb device to xl.cfg and xl Signed-off-by: Oleksandr Grytsov Acked-by: Wei Liu --- diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in index 099a28dc7a..cc98b6003f 100644 --- a/docs/man/xl.cfg.pod.5.in +++ b/docs/man/xl.cfg.pod.5.in @@ -1563,6 +1563,30 @@ I ] ] +=item B + +Specifies the virtual keyboard device to be provided to the guest. + +Each B is a comma-separated list of C +settings from the following list: + +=over 4 + +=item B + +Specifies the unique input device id. + +=item B + +Specifies the backend domain name or id. + +=item B + +Specifies the backend type: qemu - for QEMU backend or linux - for Linux PV +domain. + +=back + =back =head2 Paravirtualised (PV) Guest Specific Options diff --git a/docs/man/xl.pod.1.in b/docs/man/xl.pod.1.in index 90423bf3df..b74764dcd3 100644 --- a/docs/man/xl.pod.1.in +++ b/docs/man/xl.pod.1.in @@ -1522,6 +1522,28 @@ List vsnd devices for a domain. =back +=head2 KEYBOARD DEVICES + +=over 4 + +=item B I I + +Creates a new keyboard device in the domain specified by I. +I describes the device to attach, using the same format as the +B string in the domain config file. See L +for more informations. + +=item B I I + +Removes the keyboard device from the domain specified by I. +I is the virtual interface device number within the domain + +=item B I + +List virtual network interfaces for a domain. + +=back + =head1 PCI PASS-THROUGH =over 4