aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Guryanov <dguryanov@parallels.com>2012-07-31 22:56:05 +0400
committerDaniel Veillard <veillard@redhat.com>2012-08-01 11:44:26 +0800
commitcafc26ff5f401c31b5f9d6d60a4f8d54cfce27ca (patch)
tree5ab0b0ae62dbf79b7839f6e654e7b7dac8b40fc6 /include
parentqemu: syntax fix (diff)
downloadlibvirt-cafc26ff5f401c31b5f9d6d60a4f8d54cfce27ca.tar.gz
libvirt-cafc26ff5f401c31b5f9d6d60a4f8d54cfce27ca.tar.bz2
libvirt-cafc26ff5f401c31b5f9d6d60a4f8d54cfce27ca.zip
parallels: add driver skeleton
Parallels Cloud Server is a cloud-ready virtualization solution that allows users to simultaneously run multiple virtual machines and containers on the same physical server. More information can be found here: http://www.parallels.com/products/pcs/ Also beta version of Parallels Cloud Server can be downloaded there. Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
Diffstat (limited to 'include')
-rw-r--r--include/libvirt/virterror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libvirt/virterror.h b/include/libvirt/virterror.h
index 02b4c57d4..ad8e10169 100644
--- a/include/libvirt/virterror.h
+++ b/include/libvirt/virterror.h
@@ -109,6 +109,7 @@ typedef enum {
VIR_FROM_URI = 45, /* Error from URI handling */
VIR_FROM_AUTH = 46, /* Error from auth handling */
VIR_FROM_DBUS = 47, /* Error from DBus */
+ VIR_FROM_PARALLELS = 48, /* Error from Parallels */
# ifdef VIR_ENUM_SENTINELS
VIR_ERR_DOMAIN_LAST