[libvirt] [PATCH 0/4] parallels: add support of containers

Dmitry Guryanov dguryanov at parallels.com
Mon Sep 10 15:22:41 UTC 2012


Parallels Cloud Server supports containers together with
fully virtualized VMs. Both types of virtual environments
managed by prlctl utility using the same commands and
options, where possible.

This patch series adds new domain type to the driver and
handles differences between containers and VMs where
it's needed.

Dmitry Guryanov (4):
  parallels: add support of containers to the driver
  parallels: handle unlimited cpus on containers
  parallels: fix parallelsDomainDefineXML for existing containers
  parallels: implement containers creation

 .gnulib                                            |    2 +-
 src/parallels/parallels_driver.c                   |   92 ++++++++++++++++----
 .../domain-parallels-ct-simple.xml                 |   28 ++++++
 3 files changed, 105 insertions(+), 17 deletions(-)
 create mode 100644 tests/domainschemadata/domain-parallels-ct-simple.xml




More information about the libvir-list mailing list