]> git.ipfire.org Git - thirdparty/libvirt.git/commit
parallels: add driver skeleton
authorDmitry Guryanov <dguryanov@parallels.com>
Tue, 31 Jul 2012 18:56:05 +0000 (22:56 +0400)
committerDaniel Veillard <veillard@redhat.com>
Wed, 1 Aug 2012 03:44:26 +0000 (11:44 +0800)
commitcafc26ff5f401c31b5f9d6d60a4f8d54cfce27ca
tree5ab0b0ae62dbf79b7839f6e654e7b7dac8b40fc6
parent2beed2daaf6539a13e915073343a82384e3a135d
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>
14 files changed:
configure.ac
docs/drvparallels.html.in [new file with mode: 0644]
include/libvirt/virterror.h
libvirt.spec.in
mingw-libvirt.spec.in
po/POTFILES.in
src/Makefile.am
src/conf/domain_conf.c
src/conf/domain_conf.h
src/driver.h
src/libvirt.c
src/parallels/parallels_driver.c [new file with mode: 0644]
src/parallels/parallels_driver.h [new file with mode: 0644]
src/util/virterror.c