mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
* docs/drvvbox.html[.in]: tiny fixes to VirtualBox docs
Daniel
This commit is contained in:
parent
b4ee10dfde
commit
5237c2b847
@ -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
|
||||
|
@ -137,7 +137,7 @@
|
||||
<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)
|
||||
@ -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'/>
|
||||
|
@ -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>
|
||||
@ -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'/>
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user