---
docs/api.html.in | 2 +-
docs/drivers.html.in | 2 +-
docs/drvparallels.html.in | 24 ++++++++++++------------
docs/formatdomain.html.in | 6 +++---
docs/index.html.in | 2 +-
docs/schemas/domaincommon.rng | 2 +-
docs/sitemap.html.in | 4 ++--
7 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/docs/api.html.in b/docs/api.html.in
index 5c64db1..c38bed2 100644
--- a/docs/api.html.in
+++ b/docs/api.html.in
@@ -330,7 +330,7 @@
daemon through the <a href="remote.html">remote</a> driver via
an
<a href="internals/rpc.html">RPC</a>. Some hypervisors do
support
client-side connections and responses, such as Test, OpenVZ, VMware,
- Power VM (phyp), VirtualBox (vbox), ESX, Hyper-V, Xen, and Parallels.
+ Power VM (phyp), VirtualBox (vbox), ESX, Hyper-V, Xen, and Virtuozzo.
The libvirtd daemon service is started on the host at system boot
time and can also be restarted at any time by a properly privileged
user, such as root. The libvirtd daemon uses the same libvirt API
diff --git a/docs/drivers.html.in b/docs/drivers.html.in
index a1d4240..be7483b 100644
--- a/docs/drivers.html.in
+++ b/docs/drivers.html.in
@@ -32,7 +32,7 @@
<li><strong><a
href="drvxen.html">Xen</a></strong></li>
<li><strong><a href="drvhyperv.html">Microsoft
Hyper-V</a></strong></li>
<li><strong><a href="drvphyp.html">IBM PowerVM
(phyp)</a></strong></li>
- <li><strong><a
href="drvparallels.html">Parallels</a></strong></li>
+ <li><strong><a
href="drvvirtuozzo.html">Virtuozzo</a></strong></li>
<li><strong><a
href="drvbhyve.html">Bhyve</a></strong> - The BSD
Hypervisor</li>
</ul>
diff --git a/docs/drvparallels.html.in b/docs/drvparallels.html.in
index 927cc40..28c8242 100644
--- a/docs/drvparallels.html.in
+++ b/docs/drvparallels.html.in
@@ -2,43 +2,43 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml">
<body>
- <h1>Parallels Cloud Server driver</h1>
+ <h1>Virtuozzo driver</h1>
<ul id="toc"></ul>
<p>
- The libvirt Parallels driver can manage Parallels Cloud Server starting from
version 6.0.
+ The libvirt vz driver can manage Virtuozzo starting from version 6.0.
</p>
<h2><a name="project">Project Links</a></h2>
<ul>
<li>
- The <a
href="http://www.parallels.com/products/server/baremetal/sp/"&g... Cloud
Server</a> Virtualization Solution.
+ The <a
href="http://www.odin.com/products/virtuozzo/">Virtuozzo<... Solution.
</li>
</ul>
- <h2><a name="uri">Connections to the Parallels Cloud Server
driver</a></h2>
+ <h2><a name="uri">Connections to the Virtuozzo
driver</a></h2>
<p>
- The libvirt Parallels driver is a single-instance privileged driver, with a
driver name of 'parallels'. Some example connection URIs for the libvirt driver
are:
+ The libvirt Virtuozzo driver is a single-instance privileged driver, with a
driver name of 'virtuozzo'. Some example connection URIs for the libvirt driver
are:
</p>
<pre>
-parallels:///system (local access)
-parallels+unix:///system (local access)
-parallels://example.com/system (remote access, TLS/x509)
-parallels+tcp://example.com/system (remote access, SASl/Kerberos)
-parallels+ssh://root@example.com/system (remote access, SSH tunnelled)
+vz:///system (local access)
+vz+unix:///system (local access)
+vz://example.com/system (remote access, TLS/x509)
+vz+tcp://example.com/system (remote access, SASl/Kerberos)
+vz+ssh://root@example.com/system (remote access, SSH tunnelled)
</pre>
<h2><a name="example">Example guest domain XML
configuration</a></h2>
<p>
- Parallels driver require at least one hard disk for new domains
+ Virtuozzo driver require at least one hard disk for new domains
at this time. It is used for defining directory, where VM should
be created.
</p>
<pre>
-<domain type='parallels'>
+<domain type='vz'>
<name>demo</name>
<uuid>54cdecad-4492-4e31-a209-33cc21d64057</uuid>
<description>some description</description>
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index d0c1741..6874ccf 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2773,7 +2773,7 @@
attribute provides the format type. For example, LXC
supports a type of "loop", with a format of "raw" or
"nbd" with any format. QEMU supports a type of "path"
- or "handle", but no formats. Parallels driver supports
+ or "handle", but no formats. Virtuozzo driver supports
a type of "ploop" with a format of "ploop".
</li>
</ul>
@@ -5038,13 +5038,13 @@ qemu-kvm -net nic,model=? /dev/null
<p>
You can provide the amount of video memory in kibibytes (blocks of
1024 bytes) using <code>vram</code>. This is supported only for
guest
- type of "libxl", "parallels", "qemu",
"vbox", "vmx" and "xen". If no
+ type of "libxl", "vz", "qemu", "vbox",
"vmx" and "xen". If no
value is provided the default is used. If the size is not a power of
two it will be rounded to closest one.
</p>
<p>
The number of screen can be set using <code>heads</code>. This is
- supported only for guests type of "parallels", "kvm",
"vbox" and "vmx".
+ supported only for guests type of "vz", "kvm",
"vbox" and "vmx".
</p>
<p>
For guest type of kvm the optional attribute <code>ram</code>
diff --git a/docs/index.html.in b/docs/index.html.in
index c94f444..7b0c149 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -72,7 +72,7 @@
The <a
href="http://libvirt.org/drvphyp.html">IBM
PowerVM</a> hypervisor
</li>
<li>
- The <a
href="http://libvirt.org/drvparallels.html">Parallels</a> hypervisor
+ The <a
href="http://libvirt.org/drvirtuozzo.html">Virtuozzo</a> hypervisor
</li>
<li>
The <a
href="http://libvirt.org/drvbhyve.html">Bhyve</a>
hypervisor
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 1120003..a926b75 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -200,7 +200,7 @@
<value>hyperv</value>
<value>vbox</value>
<value>phyp</value>
- <value>parallels</value>
+ <value>vz</value>
<value>bhyve</value>
</choice>
</attribute>
diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in
index a9fa945..7e3746e 100644
--- a/docs/sitemap.html.in
+++ b/docs/sitemap.html.in
@@ -259,8 +259,8 @@
<span>Driver for IBM PowerVM</span>
</li>
<li>
- <a href="drvparallels.html">Parallels</a>
- <span>Driver for Parallels Cloud Server</span>
+ <a href="drvvirtuozzo.html">Virtuozzo</a>
+ <span>Driver for Virtuozzo</span>
</li>
<li>
<a href="drvbhyve.html">Bhyve</a>
--
2.3.2 (Apple Git-55)