This patch series makes working with hard disks more natural
to the libvirt API. It removes all links between storage and
hypervisor driver, since only disks of type VIR_STORAGE_TYPE_VOLUME
should use information from storage driver.
Also it removes ability to create a VM where you want, because
it's not really needed. You only need the ability to create hard
disk images in the selected place.

Dmitry Guryanov (4):
  parallels: add VIR_STORAGE_FILE_PLOOP format
  parallels: set file format in virDomainDef
  parallels: add disks correctly
  parallels: create VMs in the default place

 src/parallels/parallels_driver.c | 148 +++++++++------------------------------
 src/util/virstoragefile.c        |   4 +-
 src/util/virstoragefile.h        |   1 +
 3 files changed, 37 insertions(+), 116 deletions(-)

-- 
1.9.0

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to