提交 5237c2b8 编写于 作者: D Daniel Veillard

* docs/drvvbox.html[.in]: tiny fixes to VirtualBox docs

Daniel
上级 b4ee10df
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 @@
&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;
......@@ -206,13 +200,6 @@
&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;
......@@ -235,10 +222,6 @@
&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;
......
......@@ -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 @@
&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;
......@@ -80,13 +74,6 @@
&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;
......@@ -109,10 +96,6 @@
&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;
......
......@@ -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
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册