From: Oleksandr Grytsov Date: Thu, 25 May 2017 11:55:27 +0000 (+0300) Subject: docs: add PV display driver information X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1445 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a25b722709fb882762a5909727072f70052d009e;p=xen.git docs: add PV display driver information 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 79cb2eaea7..247ae99ca7 100644 --- a/docs/man/xl.cfg.pod.5.in +++ b/docs/man/xl.cfg.pod.5.in @@ -1116,6 +1116,55 @@ FIFO-based event channel ABI support up to 131,071 event channels. Other guests are limited to 4095 (64-bit x86 and ARM) or 1023 (32-bit x86). +=item B + +Specifies the virtual display devices to be provided to the guest. + +Each B is a comma-separated list of C +settings, from the following list: + +=over 4 + +=item C + +Specifies the backend domain name or id. If not specified Domain-0 is used. + +=item C + +Indicates if backend can be a buffer provider/allocator for this domain. See +display protocol for details. + +=item C + +Specifies virtual connectors for the device in following format +:x;:x... where: + +=over 4 + +=item C + +String connector ID. Space, comma symbols are not allowed. + +=item C + +Connector width in pixels. + +=item C + +Connector height in pixels. + +=back + +B + +=over 4 + +connectors=id0:1920x1080;id1:800x600;id2:640x480 + +=back + +=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 3d5f2f7359..cd8bb1c13f 100644 --- a/docs/man/xl.pod.1.in +++ b/docs/man/xl.pod.1.in @@ -1434,6 +1434,48 @@ List virtual Trusted Platform Modules for a domain. =back +=head2 VDISPL DEVICES + +=over 4 + +=item B I I + +Creates a new vdispl 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 information. + +B + +=over 4 + +As in I string semicolon is used then put quotes or escaping +when using from the shell. + +B + +=over 4 + +xl vdispl-attach DomU connectors='id0:1920x1080;id1:800x600;id2:640x480' + +or + +xl vdispl-attach DomU connectors=id0:1920x1080\;id1:800x600\;id2:640x480 + +=back + +=back + +=item B I I + +Removes the vdispl device specified by I from the domain specified by I. + +=item B I + +List virtual displays for a domain. + +=back + =head1 PCI PASS-THROUGH =over 4