From 5237c2b8479309e470c87135cc38112955654dac Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 21 Apr 2009 13:39:40 +0000 Subject: [PATCH] * docs/drvvbox.html[.in]: tiny fixes to VirtualBox docs Daniel --- ChangeLog | 5 +++++ docs/drvvbox.html | 19 +------------------ docs/drvvbox.html.in | 19 +------------------ src/libvirt.c | 3 ++- 4 files changed, 9 insertions(+), 37 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e5437db23..9b44e64443 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 21 15:38:29 CEST 2009 Daniel Veillard + + * docs/drvvbox.html.in docs/drvvbox.html: tiny fixes to VirtualBox + docs + Tue Apr 21 14:22:03 CEST 2009 Daniel Veillard * docs/drvvbox.html.in docs/hvsupport.html.in docs/drivers.html.in diff --git a/docs/drvvbox.html b/docs/drvvbox.html index a4313a44a9..bdc3d3bbac 100644 --- a/docs/drvvbox.html +++ b/docs/drvvbox.html @@ -137,7 +137,7 @@

Connections to VirtualBox driver

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:

     vbox:///session                      (local access to per-user instance)
@@ -187,12 +187,6 @@
             <target dev='fda'/>
         </disk>
 
-        <!--INTERNAL NETWORK
-        <interface type='internal'>
-            <source name='int_net'/>
-            <model type='am79c970a'/>
-        </interface> -->
-
         <!--BRIDGE-->
         <interface type='bridge'>
             <source bridge='eth0'/>
@@ -206,13 +200,6 @@
             <model type='82540eM'/>
         </interface>
 
-        <!-- HOST ONLY NETWORK
-        <interface type='hostonly'>
-            <source name='vboxnet0'/>
-            <mac address='78:16:3e:4d:c7:9e'/>
-            <model type='82543gc'/>
-        </interface> -->
-
         <sound model='sb16'/>
 
         <parallel type='dev'>
@@ -235,10 +222,6 @@
             <target port="1"/>
         </serial>
 
-        <!-- VRDP Support
-        <graphics type='rdp' port='3389' auth='guest' reuseconnection='yes'
-        multiconnections='yes' authtimeout='4999' listen='10.16.203.214'/> -->
-
         <hostdev mode='subsystem' type='usb'>
             <source>
                 <vendor id='0x1234'/>
diff --git a/docs/drvvbox.html.in b/docs/drvvbox.html.in
index 999e5e6c4b..73372f11be 100644
--- a/docs/drvvbox.html.in
+++ b/docs/drvvbox.html.in
@@ -10,7 +10,7 @@
 
     

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:

@@ -61,12 +61,6 @@
             <target dev='fda'/>
         </disk>
 
-        <!--INTERNAL NETWORK
-        <interface type='internal'>
-            <source name='int_net'/>
-            <model type='am79c970a'/>
-        </interface> -->
-
         <!--BRIDGE-->
         <interface type='bridge'>
             <source bridge='eth0'/>
@@ -80,13 +74,6 @@
             <model type='82540eM'/>
         </interface>
 
-        <!-- HOST ONLY NETWORK
-        <interface type='hostonly'>
-            <source name='vboxnet0'/>
-            <mac address='78:16:3e:4d:c7:9e'/>
-            <model type='82543gc'/>
-        </interface> -->
-
         <sound model='sb16'/>
 
         <parallel type='dev'>
@@ -109,10 +96,6 @@
             <target port="1"/>
         </serial>
 
-        <!-- VRDP Support
-        <graphics type='rdp' port='3389' auth='guest' reuseconnection='yes'
-        multiconnections='yes' authtimeout='4999' listen='10.16.203.214'/> -->
-
         <hostdev mode='subsystem' type='usb'>
             <source>
                 <vendor id='0x1234'/>
diff --git a/src/libvirt.c b/src/libvirt.c
index c37e55c209..95a861ea41 100644
--- a/src/libvirt.c
+++ b/src/libvirt.c
@@ -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
  */