[libvirt] [PATCHv3 26/27] virCaps: get rid of emulatorRequired

2013-03-11 Thread Peter Krempa
This patch removes the emulatorRequired field and associated infrastructure from the virCaps object. Instead the driver specific callbacks are used as this field isn't enforced by all drivers. This patch implements the appropriate callbacks in the qemu and lxc driver and moves to check to that loc

Re: [libvirt] [PATCHv3 26/27] virCaps: get rid of emulatorRequired

2013-03-12 Thread Daniel P. Berrange
On Mon, Mar 11, 2013 at 04:06:37PM +0100, Peter Krempa wrote: > This patch removes the emulatorRequired field and associated > infrastructure from the virCaps object. Instead the driver specific > callbacks are used as this field isn't enforced by all drivers. > > This patch implements the appropr

Re: [libvirt] [PATCHv3 26/27] virCaps: get rid of emulatorRequired

2013-03-13 Thread Peter Krempa
On 03/12/13 13:50, Daniel P. Berrange wrote: On Mon, Mar 11, 2013 at 04:06:37PM +0100, Peter Krempa wrote: This patch removes the emulatorRequired field and associated infrastructure from the virCaps object. Instead the driver specific callbacks are used as this field isn't enforced by all drive

Re: [libvirt] [PATCHv3 26/27] virCaps: get rid of emulatorRequired

2013-03-13 Thread Daniel P. Berrange
On Wed, Mar 13, 2013 at 02:01:42PM +0100, Peter Krempa wrote: > On 03/12/13 13:50, Daniel P. Berrange wrote: > >On Mon, Mar 11, 2013 at 04:06:37PM +0100, Peter Krempa wrote: > >>This patch removes the emulatorRequired field and associated > >>infrastructure from the virCaps object. Instead the driv