]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* docs/drvvbox.html[.in]: tiny fixes to VirtualBox docs
authorDaniel Veillard <veillard@redhat.com>
Tue, 21 Apr 2009 13:39:40 +0000 (13:39 +0000)
committerDaniel Veillard <veillard@redhat.com>
Tue, 21 Apr 2009 13:39:40 +0000 (13:39 +0000)
Daniel

ChangeLog
docs/drvvbox.html
docs/drvvbox.html.in
src/libvirt.c

index 9e5437db23b0557f6fb15b074fa4d7962b294390..9b44e6444357f14c78c237ca25ec4c8f81224e23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 21 15:38:29 CEST 2009 Daniel Veillard <veillard@redhat.com>
+
+       * docs/drvvbox.html.in docs/drvvbox.html: tiny fixes to VirtualBox
+         docs
+
 Tue Apr 21 14:22:03 CEST 2009 Daniel Veillard <veillard@redhat.com>
 
        * docs/drvvbox.html.in docs/hvsupport.html.in docs/drivers.html.in
index a4313a44a9d5162420b3160c2a605304889e2137..bdc3d3bbacfb746216eb278b44d45a5a55d172b2 100644 (file)
         <h2>Connections to VirtualBox driver</h2>
         <p>
     The libvirt VirtualBox driver provides per-user drivers (the "session" instance).
-    The uri of the driver protocol is "vbox". Some example conection URIs for the driver are:
+    The uri of the driver protocol is "vbox". Some example connection URIs for the driver are:
     </p>
         <pre>
     vbox:///session                      (local access to per-user instance)
             &lt;target dev='fda'/&gt;
         &lt;/disk&gt;
 
-        &lt;!--INTERNAL NETWORK
-        &lt;interface type='internal'&gt;
-            &lt;source name='int_net'/&gt;
-            &lt;model type='am79c970a'/&gt;
-        &lt;/interface&gt; --&gt;
-
         &lt;!--BRIDGE--&gt;
         &lt;interface type='bridge'&gt;
             &lt;source bridge='eth0'/&gt;
             &lt;model type='82540eM'/&gt;
         &lt;/interface&gt;
 
-        &lt;!-- HOST ONLY NETWORK
-        &lt;interface type='hostonly'&gt;
-            &lt;source name='vboxnet0'/&gt;
-            &lt;mac address='78:16:3e:4d:c7:9e'/&gt;
-            &lt;model type='82543gc'/&gt;
-        &lt;/interface&gt; --&gt;
-
         &lt;sound model='sb16'/&gt;
 
         &lt;parallel type='dev'&gt;
             &lt;target port="1"/&gt;
         &lt;/serial&gt;
 
-        &lt;!-- VRDP Support
-        &lt;graphics type='rdp' port='3389' auth='guest' reuseconnection='yes'
-        multiconnections='yes' authtimeout='4999' listen='10.16.203.214'/&gt; --&gt;
-
         &lt;hostdev mode='subsystem' type='usb'&gt;
             &lt;source&gt;
                 &lt;vendor id='0x1234'/&gt;
index 999e5e6c4b4e0607468a2cf5fb068796004f2a90..73372f11be11f94f5511d5d206eab487811e4896 100644 (file)
@@ -10,7 +10,7 @@
 
     <p>
     The libvirt VirtualBox driver provides per-user drivers (the "session" instance).
-    The uri of the driver protocol is "vbox". Some example conection URIs for the driver are:
+    The uri of the driver protocol is "vbox". Some example connection URIs for the driver are:
     </p>
 
     <pre>
             &lt;target dev='fda'/&gt;
         &lt;/disk&gt;
 
-        &lt;!--INTERNAL NETWORK
-        &lt;interface type='internal'&gt;
-            &lt;source name='int_net'/&gt;
-            &lt;model type='am79c970a'/&gt;
-        &lt;/interface&gt; --&gt;
-
         &lt;!--BRIDGE--&gt;
         &lt;interface type='bridge'&gt;
             &lt;source bridge='eth0'/&gt;
             &lt;model type='82540eM'/&gt;
         &lt;/interface&gt;
 
-        &lt;!-- HOST ONLY NETWORK
-        &lt;interface type='hostonly'&gt;
-            &lt;source name='vboxnet0'/&gt;
-            &lt;mac address='78:16:3e:4d:c7:9e'/&gt;
-            &lt;model type='82543gc'/&gt;
-        &lt;/interface&gt; --&gt;
-
         &lt;sound model='sb16'/&gt;
 
         &lt;parallel type='dev'&gt;
             &lt;target port="1"/&gt;
         &lt;/serial&gt;
 
-        &lt;!-- VRDP Support
-        &lt;graphics type='rdp' port='3389' auth='guest' reuseconnection='yes'
-        multiconnections='yes' authtimeout='4999' listen='10.16.203.214'/&gt; --&gt;
-
         &lt;hostdev mode='subsystem' type='usb'&gt;
             &lt;source&gt;
                 &lt;vendor id='0x1234'/&gt;
index c37e55c209944bba7639b0b6a1f7f290807c4adf..95a861ea41a57eca758842117f1a9c511d0926ca 100644 (file)
@@ -3672,7 +3672,8 @@ error:
  *
  * Define a domain, but does not start it.
  * This definition is persistent, until explicitly undefined with
- * virDomainUndefine().
+ * virDomainUndefine(). A previous definition for this domain would be
+ * overriden if it already exists.
  *
  * Returns NULL in case of error, a pointer to the domain otherwise
  */