~ubuntu-branches/ubuntu/jaunty/libvirt/jaunty-updates

« back to all changes in this revision

Viewing changes to docs/uri.html.in

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-01-08 23:01:16 UTC
  • mfrom: (1.1.8 upstream) (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090108230116-niu4xzgypapywhmx
Tags: 0.5.1-4ubuntu1
* Merge with Debian experimental.
  - debian/control:
    + Don't build-depend on QEmu.
    + Add "XS-Debian-" prefix to Debian's Vcs headers.
    + Bump bridge-utils, dnsmasq-base, netcat-openbsd, and iptables
      to Depends of libvirt-bin.
    + s/interract/interact/g
    + Add versioned Conflicts/Replaces to libvirt0 for libvirt0-dbg,
      since we used to ship them as such.
  - Rename libvirt group to libvirtd.
  - 0005-delayed_iff_up_bridge.patch: Don't try to bring up the bridge
    before at least one interface has been added to it.
  - dont_clobber_existing_bridges.patch: Assign the name of the virtual
    bridge dynamically to avoid interfering with existing bridges.
  - better_default_uri_virsh.patch: Default to qemu:///system if the
    user has write access to the libvirt socket, otherwise
    qemu:///session.
  - We call libxen-dev libxen3-dev, so change all references.
* Included (but did not enable) opennebula patch (since it's not in
  the archive yet).

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
    </h3>
125
125
    <p>
126
126
Remote URIs are formed by taking ordinary local URIs and adding a
127
 
hostname and/or transport name.  For example:
 
127
hostname and/or transport name. As a special case, using a URI
 
128
scheme of 'remote', will tell the remote libvirtd server to probe
 
129
for the optimal hypervisor driver. This is equivalent to passing
 
130
a NULL URI for a local connection. For example:
128
131
</p>
129
132
    <table class="top_table">
130
133
      <tr>
144
147
      </tr>
145
148
      <tr>
146
149
        <td>
 
150
          <code>NULL</code>
 
151
        </td>
 
152
        <td>
 
153
          <code>remote://oirase/</code>
 
154
        </td>
 
155
        <td> Connect to the "default" hypervisor running on host <code>oirase</code>
 
156
  using TLS. </td>
 
157
      </tr>
 
158
      <tr>
 
159
        <td>
147
160
          <code>xen:///</code>
148
161
        </td>
149
162
        <td>