Difference between revisions of "Xen Man Pages"

From Xen
(Created page with "{{Info|This section contains link to Xen manual pages that are generated from the Xen codebase. They reflect the state of '''xen-unstable.hg'''. We do not yet have versions for s…")
 
Line 1: Line 1:
 
{{Info|This section contains link to Xen manual pages that are generated from the Xen codebase. They reflect the state of '''xen-unstable.hg'''. We do not yet have versions for specific Xen releases, but will have them in future}}
 
{{Info|This section contains link to Xen manual pages that are generated from the Xen codebase. They reflect the state of '''xen-unstable.hg'''. We do not yet have versions for specific Xen releases, but will have them in future}}
  +
  +
== Man Pages ==
   
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
! Man page
 
! Man page
  +
! Description
! Dexcription
 
 
|-
 
|-
 
| [http://xenbits.xen.org/docs/unstable/man/xl.1.html xl(1)]
 
| [http://xenbits.xen.org/docs/unstable/man/xl.1.html xl(1)]
Line 19: Line 21:
 
|-
 
|-
 
| [http://xenbits.xen.org/docs/unstable/man/xmdomain.cfg.5.html xmdomain.cfg(5)]
 
| [http://xenbits.xen.org/docs/unstable/man/xmdomain.cfg.5.html xmdomain.cfg(5)]
| XMm domain config file format
+
| XM domain config file format
  +
|}
  +
  +
== Supporting Documents for specific use-cases ==
  +
  +
{| class="wikitable"
  +
|-
  +
! Document
  +
! Description
  +
|-
  +
| [http://xenbits.xen.org/docs/unstable/misc/xl-disk-configuration.txt xl.cfg(5), '''disk''' configuration]
  +
| This document specifies the xl config file format disk configuration option.
  +
|-
  +
| [http://xenbits.xen.org/docs/unstable/misc/xl-network-configuration.html xl.cfg(5), '''network''' configuration]
  +
| This document specifies the xl config file format vif configuration option.
  +
|}
  +
  +
== Advanced topics ==
  +
  +
{| class="wikitable"
  +
|-
  +
! Document(s)
  +
! Description
  +
|-
  +
| [http://xenbits.xen.org/docs/unstable/misc/vtd.txt How to do PCI Passthrough with VT-d]
  +
|
  +
|-
  +
| [http://xenbits.xen.org/docs/unstable/misc/vtpm.txt Virtual TPM support]
  +
| This document gives a short introduction to the virtual TPM support in XEN and goes as far as connecting a user domain to a virtual TPM instance and doing a short test to verify success. It is assumed that the user is fairly familiar with compiling and installing XEN and Linux on a machine.
 
|}
 
|}
   

Revision as of 11:08, 4 December 2011

Icon Info.png This section contains link to Xen manual pages that are generated from the Xen codebase. They reflect the state of xen-unstable.hg. We do not yet have versions for specific Xen releases, but will have them in future


Man Pages

Man page Description
xl(1) Xen management tool, based on LibXenlight
xm(1) Xen management user interface (to be deprecated, also see Xen 4.1 Upgrade Notes)
xend-config.sxp(5) Xen daemon configuration file
xl.cfg(5) XL Domain Configuration File Syntax
xmdomain.cfg(5) XM domain config file format

Supporting Documents for specific use-cases

Document Description
xl.cfg(5), disk configuration This document specifies the xl config file format disk configuration option.
xl.cfg(5), network configuration This document specifies the xl config file format vif configuration option.

Advanced topics

Document(s) Description
How to do PCI Passthrough with VT-d
Virtual TPM support This document gives a short introduction to the virtual TPM support in XEN and goes as far as connecting a user domain to a virtual TPM instance and doing a short test to verify success. It is assumed that the user is fairly familiar with compiling and installing XEN and Linux on a machine.