+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
<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)
<target dev='fda'/>
</disk>
- <!--INTERNAL NETWORK
- <interface type='internal'>
- <source name='int_net'/>
- <model type='am79c970a'/>
- </interface> -->
-
<!--BRIDGE-->
<interface type='bridge'>
<source bridge='eth0'/>
<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'>
<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'/>
<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>
<target dev='fda'/>
</disk>
- <!--INTERNAL NETWORK
- <interface type='internal'>
- <source name='int_net'/>
- <model type='am79c970a'/>
- </interface> -->
-
<!--BRIDGE-->
<interface type='bridge'>
<source bridge='eth0'/>
<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'>
<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'/>
*
* 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
*/