]> git.ipfire.org Git - thirdparty/libvirt.git/commit
parallels: implement VM creation
authorDmitry Guryanov <dguryanov@parallels.com>
Tue, 31 Jul 2012 18:56:13 +0000 (22:56 +0400)
committerDaniel Veillard <veillard@redhat.com>
Wed, 1 Aug 2012 03:49:10 +0000 (11:49 +0800)
commit7024ddfc0979fb773a1e71f717ac0954db85a896
tree83cb65ac4ef7c058c390ff10a4f5099ea32adab9
parentaa296e6c2942fa807bbce88538347aacda10f4b8
parallels: implement VM creation

To create a new VM in Parallels Clud Server we should issue
"prlctl create" command, and give path to the directory,
where VM should be created. VM's storage will be in that
directory later. So in this first version find out location
of first VM's hard disk and create VM there.

Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
src/parallels/parallels_driver.c
src/parallels/parallels_storage.c
src/parallels/parallels_utils.h