Re: [libvirt] [PATCH 2/3] parallels: set format for real disk devices

2014-12-11 Thread Dmitry Guryanov
On Thursday 11 December 2014 11:21:23 Peter Krempa wrote: > On 12/10/14 14:30, Dmitry Guryanov wrote: > > It seems file format is usually specified event for > > real block devices. So report that file format is > > raw in virDomainGetXMLDesc and add checks for proper > > file format to prlsdkAddDi

Re: [libvirt] [PATCH 2/3] parallels: set format for real disk devices

2014-12-11 Thread Peter Krempa
On 12/10/14 14:30, Dmitry Guryanov wrote: > It seems file format is usually specified event for > real block devices. So report that file format is > raw in virDomainGetXMLDesc and add checks for proper > file format to prlsdkAddDisk. > > Signed-off-by: Dmitry Guryanov > --- > src/parallels/para

[libvirt] [PATCH 2/3] parallels: set format for real disk devices

2014-12-10 Thread Dmitry Guryanov
It seems file format is usually specified event for real block devices. So report that file format is raw in virDomainGetXMLDesc and add checks for proper file format to prlsdkAddDisk. Signed-off-by: Dmitry Guryanov --- src/parallels/parallels_sdk.c | 10 ++ 1 file changed, 10 insertions