[libvirt] [PATCHv3 25/27] virCaps: get rid of defaultDiskDriverName

2013-03-11 Thread Peter Krempa
This patch removes the defaultDiskDriverName from the virCaps structure. This particular default value is used only in the qemu driver so this patch uses the recently added callback to fill the driver name if it's needed instead of propagating it through virCaps. --- src/conf/capabilities.h

Re: [libvirt] [PATCHv3 25/27] virCaps: get rid of defaultDiskDriverName

2013-03-12 Thread Daniel P. Berrange
On Mon, Mar 11, 2013 at 04:06:36PM +0100, Peter Krempa wrote: > This patch removes the defaultDiskDriverName from the virCaps > structure. This particular default value is used only in the qemu driver > so this patch uses the recently added callback to fill the driver name > if it's needed instead