]> git.ipfire.org Git - thirdparty/libvirt.git/commit
parallels: add VIR_STORAGE_FILE_PLOOP format
authorDmitry Guryanov <dguryanov@parallels.com>
Wed, 7 May 2014 18:04:06 +0000 (22:04 +0400)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 19 May 2014 11:34:31 +0000 (12:34 +0100)
commit13f229aa0f6fb4fcf4f3a9cd4eb56de9f3182b0b
treec5581d757741900330eba15b6e32d5886f52b45b
parent64c1e1ead1d78980cf0b049f187893cd0988b619
parallels: add VIR_STORAGE_FILE_PLOOP format

Add VIR_STORAGE_FILE_PLOOP format. This format is used
to store disk images for virtual machines in PCS and containers
in PCS, OpenVZ and also in Parallels Desktop for Mac.

This format is described on OpenVZ site -
https://openvz.org/Ploop (together with ploop devices). It
consists of XML descriptor and one or more image files: base
image and deltas. Format of the image files described here:
https://openvz.org/Ploop/format.

This patch only adds VIR_STORAGE_FILE_PLOOP constant, consequent
patches will use it in parallels driver.

Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
src/util/virstoragefile.c
src/util/virstoragefile.h