Re: [libvirt] [PATCH 15/n] conf: use common struct in storage volumes

2014-04-01 Thread Peter Krempa
On 03/31/14 18:10, Eric Blake wrote: > On 03/31/2014 03:59 AM, Peter Krempa wrote: >> On 03/30/14 05:38, Eric Blake wrote: >>> A fairly smooth transition. And now that domain disks and >>> storage volumes share a common struct, it opens the doors for >>> a future patch to expose more details in th

Re: [libvirt] [PATCH 15/n] conf: use common struct in storage volumes

2014-03-31 Thread Eric Blake
On 03/31/2014 03:59 AM, Peter Krempa wrote: > On 03/30/14 05:38, Eric Blake wrote: >> A fairly smooth transition. And now that domain disks and >> storage volumes share a common struct, it opens the doors for >> a future patch to expose more details in the XML for both >> objects. >> Let's examin

Re: [libvirt] [PATCH 15/n] conf: use common struct in storage volumes

2014-03-31 Thread Peter Krempa
On 03/30/14 05:38, Eric Blake wrote: > A fairly smooth transition. And now that domain disks and > storage volumes share a common struct, it opens the doors for > a future patch to expose more details in the XML for both > objects. > > * src/conf/storage_conf.h (_virStorageVolTarget): Delete. > (

[libvirt] [PATCH 15/n] conf: use common struct in storage volumes

2014-03-29 Thread Eric Blake
A fairly smooth transition. And now that domain disks and storage volumes share a common struct, it opens the doors for a future patch to expose more details in the XML for both objects. * src/conf/storage_conf.h (_virStorageVolTarget): Delete. (_virStorageVolDef): Use common type. * src/conf/sto