On 13.01.2015 12:27, Dmitry Guryanov wrote:
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(-)
Okay, I've fixed some small nits, ACKed and pushed.
Michal