[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] docs: add vkb device to xl.cfg and xl
commit 5d84b42f4a5f0ee7c301f374f31141dee94eb8b1 Author: Oleksandr Grytsov <oleksandr_grytsov@xxxxxxxx> AuthorDate: Tue Jul 17 19:07:38 2018 +0300 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Wed Jul 25 11:08:21 2018 +0100 docs: add vkb device to xl.cfg and xl Signed-off-by: Oleksandr Grytsov <oleksandr_grytsov@xxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- docs/man/xl.cfg.pod.5.in | 24 ++++++++++++++++++++++++ docs/man/xl.pod.1.in | 22 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) 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<EXAMPLE:> ] ] +=item B<vkb=[ "VKB_SPEC_STRING", "VKB_SPEC_STRING", ...]> + +Specifies the virtual keyboard device to be provided to the guest. + +Each B<VKB_SPEC_STRING> is a comma-separated list of C<KEY=VALUE> +settings from the following list: + +=over 4 + +=item B<unique-id=STRING> + +Specifies the unique input device id. + +=item B<backend=domain-id> + +Specifies the backend domain name or id. + +=item B<backend-type=type> + +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<vkb-attach> I<domain-id> I<vkb-device> + +Creates a new keyboard device in the domain specified by I<domain-id>. +I<vkb-device> describes the device to attach, using the same format as the +B<VKB_SPEC_STRING> string in the domain config file. See L<xl.cfg(5)> +for more informations. + +=item B<vkb-detach> I<domain-id> I<devid> + +Removes the keyboard device from the domain specified by I<domain-id>. +I<devid> is the virtual interface device number within the domain + +=item B<vkb-list> I<domain-id> + +List virtual network interfaces for a domain. + +=back + =head1 PCI PASS-THROUGH =over 4 -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |