[libvirt] [PATCH v2 0/5] parallels: manage container's filesystems

Dmitry Guryanov dguryanov at parallels.com
Tue Jan 13 11:27:35 UTC 2015


This patch series adds ability to manage container's
filesystems: you can add or remove fs from existing
container or create new one, based on existing
disk image.

Dmitry Guryanov (5):
  add ploop fs driver type
  parallels: dump info about container filesystems
  parallels: commit with PVCF_DETACH_HDD_BUNDLE flag
  parallels: allow to add filesystems to container
  parallels: create container from existing image

 docs/formatdomain.html.in                          |   3 +-
 docs/schemas/domaincommon.rng                      |   1 +
 docs/schemas/storagecommon.rng                     |   1 +
 src/conf/domain_conf.c                             |   3 +-
 src/conf/domain_conf.h                             |   1 +
 src/parallels/parallels_sdk.c                      | 209 +++++++++++++++++++--
 src/qemu/qemu_command.c                            |   1 +
 .../domain-parallels-ct-simple.xml                 |   5 +
 8 files changed, 206 insertions(+), 18 deletions(-)

-- 
2.1.0




More information about the libvir-list mailing list