~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to docs/drvxen.html.in

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 01:01:42 UTC
  • mto: (3.4.1 sid) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090211010142-wk9mgtbw8bmp3zcb
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
      </li>
45
45
    </ul>
46
46
 
 
47
    <h2>Connections to Xen driver</h2>
 
48
 
 
49
    <p>
 
50
    The libvirt Xen driver is a single-instance privileged driver,
 
51
    with a driver name of 'xen'. Some example conection URIs for
 
52
    the libvirt driver are:
 
53
    </p>
 
54
 
 
55
    <pre>
 
56
    xen:///                        (local access, direct)
 
57
    xen+unix:///                   (local access, via daemon)
 
58
    xen://example.com/             (remote access, TLS/x509)
 
59
    xen+tcp://example.com/         (remote access, SASl/Kerberos)
 
60
    xen+ssh://root@example.com/    (remote access, SSH tunnelled)
 
61
    </pre>
 
62
 
 
63
 
47
64
    <h2><a name="xmlconfig">Example domain XML config</a></h2>
48
65
 
49
66
    <p>