[libvirt] [PATCH] Fix link to page for Virtuozzo driver

2015-08-26 Thread Sergey Bronnikov
---
 docs/index.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/index.html.in b/docs/index.html.in
index 7b0c149..c4025de 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/drvirtuozzo.html;Virtuozzo/a 
hypervisor
+The a href=http://libvirt.org/drvvirtuozzo.html;Virtuozzo/a 
hypervisor
   /li
   li
 The a href=http://libvirt.org/drvbhyve.html;Bhyve/a hypervisor

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH 1/2] Parallels driver was renamed to Virtuozzo. Replace old name by new one on libvirt site

2015-08-21 Thread Sergey Bronnikov
---
 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.htmlremote/a driver via an
 a href=internals/rpc.htmlRPC/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 @@
   listronga href=drvxen.htmlXen/a/strong/li
   listronga href=drvhyperv.htmlMicrosoft Hyper-V/a/strong/li
   listronga href=drvphyp.htmlIBM PowerVM (phyp)/a/strong/li
-  listronga href=drvparallels.htmlParallels/a/strong/li
+  listronga href=drvvirtuozzo.htmlVirtuozzo/a/strong/li
   listronga href=drvbhyve.htmlBhyve/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
-h1Parallels Cloud Server driver/h1
+h1Virtuozzo 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
 
 
 h2a name=projectProject Links/a/h2
 ul
   li
-The a 
href=http://www.parallels.com/products/server/baremetal/sp/;Parallels Cloud 
Server/a Virtualization Solution.
+The a href=http://www.odin.com/products/virtuozzo/;Virtuozzo/a 
Solution.
   /li
 /ul
 
 
-h2a name=uriConnections to the Parallels Cloud Server driver/a/h2
+h2a name=uriConnections 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://r...@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://r...@example.com/system (remote access, SSH tunnelled)
 /pre
 
 h2a name=exampleExample 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
-lt;domain type='parallels'gt;
+lt;domain type='vz'gt;
   lt;namegt;demolt;/namegt;
   lt;uuidgt;54cdecad-4492-4e31-a209-33cc21d64057lt;/uuidgt;
   lt;descriptiongt;some descriptionlt;/descriptiongt;
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 codevram/code. This is supported only for guest
-  type of libxl, 

[libvirt] [PATCH 2/2] Rename page about vz driver

2015-08-21 Thread Sergey Bronnikov
---
 docs/{drvparallels.html.in = drvvirtuozzo.html.in} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename docs/{drvparallels.html.in = drvvirtuozzo.html.in} (100%)

diff --git a/docs/drvparallels.html.in b/docs/drvvirtuozzo.html.in
similarity index 100%
rename from docs/drvparallels.html.in
rename to docs/drvvirtuozzo.html.in
-- 
2.3.2 (Apple Git-55)

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] Repository with Parallels SDK sources moved

2015-06-02 Thread Sergey Bronnikov
Hello,

repository with Parallels SDK has been moved from
https://github.com/CloudServer/parallels-sdk
to https://src.openvz.org/projects/OVZ/repos/libprlsdk/browse.
Please update GIT settings.

-- 
OpenVZ survey http://goo.gl/forms/orYmy0SjFB

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list