1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-11-11 12:24:25 +03:00

Added link to libvirt-qpid on front page, and docs on URI formats for each driver

This commit is contained in:
Daniel P. Berrange
2009-01-27 14:49:09 +00:00
parent f03d3439cd
commit 04b120e481
13 changed files with 134 additions and 5 deletions

View File

@@ -146,8 +146,11 @@
URIs are
</p>
<pre>
uml:///system (local access, system instance)
uml:///session (local access, session instance)
uml:///session (local access to per-user instance)
uml+unix:///session (local access to per-user instance)
uml:///system (local access to system instance)
uml+unix:///system (local access to system instance)
uml://example.com/system (remote access, TLS/x509)
uml+tcp://example.com/system (remote access, SASl/Kerberos)
uml+ssh://root@example.com/system (remote access, SSH tunnelled)