1
0

Whitespace cleanup for pre-tags on the website

This commit is contained in:
Matthias Bolte 2009-11-14 00:09:20 +01:00
parent 448b92c05e
commit afec7cf1ff
10 changed files with 237 additions and 245 deletions

View File

@ -27,7 +27,8 @@ tools and VM description files.</p>
<p>The Uri of the driver protocol is "one". Some example <p>The Uri of the driver protocol is "one". Some example
connection Uris for the driver are: connection Uris for the driver are:
</p> </p>
<pre> one:/// (local access) <pre>
one:/// (local access)
one+unix:/// (local access) one+unix:/// (local access)
one://example.com/ (remote access) one://example.com/ (remote access)
one+tcp://example.com/ (remote access, SASl/Kerberos) one+tcp://example.com/ (remote access, SASl/Kerberos)
@ -42,7 +43,8 @@ driver:</p>
<h3>Paravirtualized guest direct kernel boot <h3>Paravirtualized guest direct kernel boot
</h3> </h3>
<pre> &lt;domain type='one'&gt; <pre>
&lt;domain type='one'&gt;
&lt;name&gt;vm01&lt;/name&gt; &lt;name&gt;vm01&lt;/name&gt;
&lt;memory&gt;32768&lt;/memory&gt; &lt;memory&gt;32768&lt;/memory&gt;
&lt;vcpu&gt;1&lt;/vcpu&gt; &lt;vcpu&gt;1&lt;/vcpu&gt;
@ -56,7 +58,6 @@ driver:</p>
&lt;/os&gt; &lt;/os&gt;
&lt;devices&gt; &lt;devices&gt;
&lt;disk type='file' device='disk'&gt; &lt;disk type='file' device='disk'&gt;
&lt;source file='/images/sgehosts/01/disk.img'/&gt; &lt;source file='/images/sgehosts/01/disk.img'/&gt;
&lt;target dev='sda1'/&gt; &lt;target dev='sda1'/&gt;

View File

@ -430,6 +430,7 @@ LOGNAME=test /usr/bin/qemu -S -M pc -m 214 -smp 1 \
/dev/HostVG/QEMUGuest1 -net none -serial none \ /dev/HostVG/QEMUGuest1 -net none -serial none \
-parallel none -usb -parallel none -usb
EOF EOF
$ virsh domxml-from-native qemu-argv demo.args $ virsh domxml-from-native qemu-argv demo.args
&lt;domain type='qemu'&gt; &lt;domain type='qemu'&gt;
&lt;uuid&gt;00000000-0000-0000-0000-000000000000&lt;/uuid&gt; &lt;uuid&gt;00000000-0000-0000-0000-000000000000&lt;/uuid&gt;
@ -488,6 +489,7 @@ $ virsh domxml-from-native qemu-argv demo.args
&lt;/devices&gt; &lt;/devices&gt;
&lt;/domain&gt; &lt;/domain&gt;
EOF EOF
$ virsh domxml-to-native qemu-argv demo.xml $ virsh domxml-to-native qemu-argv demo.xml
LC_ALL=C PATH=/usr/bin:/bin HOME=/home/test \ LC_ALL=C PATH=/usr/bin:/bin HOME=/home/test \
USER=test LOGNAME=test /usr/bin/qemu -S -M pc \ USER=test LOGNAME=test /usr/bin/qemu -S -M pc \

View File

@ -109,9 +109,7 @@
&lt;product id='0xfeeb'/&gt; &lt;product id='0xfeeb'/&gt;
&lt;/source&gt; &lt;/source&gt;
&lt;/hostdev&gt; &lt;/hostdev&gt;
&lt;/devices&gt; &lt;/devices&gt;
&lt;/domain&gt; &lt;/domain&gt;
</pre> </pre>

View File

@ -114,8 +114,7 @@
&lt;input type='mouse' bus='xen'/&gt; &lt;input type='mouse' bus='xen'/&gt;
&lt;graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'/&gt; &lt;graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'/&gt;
&lt;/devices&gt; &lt;/devices&gt;
&lt;/domain&gt; &lt;/domain&gt;</pre>
</pre>
<h3><a name="xmlexport">Converting from domain XML to XM config files</a></h3> <h3><a name="xmlexport">Converting from domain XML to XM config files</a></h3>
@ -125,7 +124,7 @@
format. format.
</p> </p>
<pre># virsh -c xen:/// domxml-to-native xen-xm rhel5pv.xml <pre>$ virsh -c xen:/// domxml-to-native xen-xm rhel5pv.xml
name = "rhel5pv" name = "rhel5pv"
uuid = "8f07fe28-753f-2729-d76d-bdbd892f949a" uuid = "8f07fe28-753f-2729-d76d-bdbd892f949a"
maxmem = 2500 maxmem = 2500
@ -143,8 +142,7 @@ vnc = 1
vncunused = 1 vncunused = 1
vnclisten = "0.0.0.0" vnclisten = "0.0.0.0"
disk = [ "tap:aio:/var/lib/xen/images/rhel5pv.img,xvda,w", "tap:qcow:/root/qcow1-xen.img,xvdd,w" ] disk = [ "tap:aio:/var/lib/xen/images/rhel5pv.img,xvda,w", "tap:qcow:/root/qcow1-xen.img,xvdd,w" ]
vif = [ "mac=00:16:3e:60:36:ba,bridge=virbr0,script=vif-bridge,vifname=vif5.0" ] vif = [ "mac=00:16:3e:60:36:ba,bridge=virbr0,script=vif-bridge,vifname=vif5.0" ]</pre>
</pre>
<h2><a name="xmlconfig">Example domain XML config</a></h2> <h2><a name="xmlconfig">Example domain XML config</a></h2>

View File

@ -750,8 +750,7 @@ qemu-kvm -net nic,model=? /dev/null
&lt;video type='vga' nvram='8192' heads='1'&gt; &lt;video type='vga' nvram='8192' heads='1'&gt;
&lt;acceleration accel3d='yes' accel3d='yes' /&gt; &lt;acceleration accel3d='yes' accel3d='yes' /&gt;
&lt;/video&gt; &lt;/video&gt;
... ...</pre>
</pre>
<dl> <dl>
<dt><code>video</code></dt> <dt><code>video</code></dt>

View File

@ -45,8 +45,7 @@ libvirt.
&lt;target&gt; &lt;target&gt;
&lt;path&gt;/var/lib/virt/images&lt;/path&gt; &lt;path&gt;/var/lib/virt/images&lt;/path&gt;
&lt;/target&gt; &lt;/target&gt;
&lt;/pool&gt; &lt;/pool&gt;</pre>
</pre>
<h3>Valid pool format types</h3> <h3>Valid pool format types</h3>
<p> <p>
@ -101,8 +100,7 @@ libvirt.
&lt;target&gt; &lt;target&gt;
&lt;path&gt;/var/lib/virt/images&lt;/path&gt; &lt;path&gt;/var/lib/virt/images&lt;/path&gt;
&lt;/target&gt; &lt;/target&gt;
&lt;/pool&gt; &lt;/pool&gt;</pre>
</pre>
<h3>Valid pool format types</h3> <h3>Valid pool format types</h3>
<p> <p>
@ -172,8 +170,7 @@ libvirt.
&lt;target&gt; &lt;target&gt;
&lt;path&gt;/var/lib/virt/images&lt;/path&gt; &lt;path&gt;/var/lib/virt/images&lt;/path&gt;
&lt;/target&gt; &lt;/target&gt;
&lt;/pool&gt; &lt;/pool&gt;</pre>
</pre>
<h3>Valid pool format types</h3> <h3>Valid pool format types</h3>
<p> <p>
@ -215,8 +212,7 @@ libvirt.
&lt;target&gt; &lt;target&gt;
&lt;path&gt;/dev/HostVG&lt;/path&gt; &lt;path&gt;/dev/HostVG&lt;/path&gt;
&lt;/target&gt; &lt;/target&gt;
&lt;/pool&gt; &lt;/pool&gt;</pre>
</pre>
<h3>Valid pool format types</h3> <h3>Valid pool format types</h3>
<p> <p>
@ -248,8 +244,7 @@ libvirt.
&lt;target&gt; &lt;target&gt;
&lt;path&gt;/dev&lt;/path&gt; &lt;path&gt;/dev&lt;/path&gt;
&lt;/target&gt; &lt;/target&gt;
&lt;/pool&gt; &lt;/pool&gt;</pre>
</pre>
<h3>Valid pool format types</h3> <h3>Valid pool format types</h3>
<p> <p>
@ -338,8 +333,7 @@ libvirt.
&lt;target&gt; &lt;target&gt;
&lt;path&gt;/dev/disk/by-path&lt;/path&gt; &lt;path&gt;/dev/disk/by-path&lt;/path&gt;
&lt;/target&gt; &lt;/target&gt;
&lt;/pool&gt; &lt;/pool&gt;</pre>
</pre>
<h3>Valid pool format types</h3> <h3>Valid pool format types</h3>
<p> <p>