diff options
author | 2009-11-14 00:09:20 +0100 | |
---|---|---|
committer | 2009-11-16 22:42:13 +0100 | |
commit | afec7cf1ff130dc5884c97252110024ca872db05 (patch) | |
tree | b9778f8a31a071ce36f262629b5b70f0ff0ddbee /docs/drvxen.html.in | |
parent | Fix type in configure output summary (diff) | |
download | libvirt-afec7cf1ff130dc5884c97252110024ca872db05.tar.gz libvirt-afec7cf1ff130dc5884c97252110024ca872db05.tar.bz2 libvirt-afec7cf1ff130dc5884c97252110024ca872db05.zip |
Whitespace cleanup for pre-tags on the website
Diffstat (limited to 'docs/drvxen.html.in')
-rw-r--r-- | docs/drvxen.html.in | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/docs/drvxen.html.in b/docs/drvxen.html.in index fbad47737..a6f0e5728 100644 --- a/docs/drvxen.html.in +++ b/docs/drvxen.html.in @@ -54,13 +54,13 @@ the libvirt driver are: </p> - <pre> - xen:/// (local access, direct) - xen+unix:/// (local access, via daemon) - xen://example.com/ (remote access, TLS/x509) - xen+tcp://example.com/ (remote access, SASl/Kerberos) - xen+ssh://root@example.com/ (remote access, SSH tunnelled) - </pre> +<pre> +xen:/// (local access, direct) +xen+unix:/// (local access, via daemon) +xen://example.com/ (remote access, TLS/x509) +xen+tcp://example.com/ (remote access, SASl/Kerberos) +xen+ssh://root@example.com/ (remote access, SSH tunnelled) +</pre> <h2><a name="imex">Import and export of libvirt domain XML configs</a></h2> @@ -114,8 +114,7 @@ <input type='mouse' bus='xen'/> <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'/> </devices> -</domain> - </pre> +</domain></pre> <h3><a name="xmlexport">Converting from domain XML to XM config files</a></h3> @@ -125,7 +124,7 @@ format. </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" uuid = "8f07fe28-753f-2729-d76d-bdbd892f949a" maxmem = 2500 @@ -143,8 +142,7 @@ vnc = 1 vncunused = 1 vnclisten = "0.0.0.0" 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" ] - </pre> +vif = [ "mac=00:16:3e:60:36:ba,bridge=virbr0,script=vif-bridge,vifname=vif5.0" ]</pre> <h2><a name="xmlconfig">Example domain XML config</a></h2> |