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

« back to all changes in this revision

Viewing changes to docs/drvuml.html

  • 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:
146
146
    URIs are
147
147
    </p>
148
148
        <pre>
149
 
    uml:///system                        (local access, system instance)
150
 
    uml:///session                       (local access, session instance)
 
149
    uml:///session                       (local access to per-user instance)
 
150
    uml+unix:///session                  (local access to per-user instance)
 
151
 
 
152
    uml:///system                        (local access to system instance)
 
153
    uml+unix:///system                   (local access to system instance)
151
154
    uml://example.com/system             (remote access, TLS/x509)
152
155
    uml+tcp://example.com/system         (remote access, SASl/Kerberos)
153
156
    uml+ssh://root@example.com/system    (remote access, SSH tunnelled)