Re: [libvirt] [PATCH 1/4] parallels: fix virDomainDef.features comparison

2014-05-07 Thread Daniel P. Berrange
On Wed, Apr 23, 2014 at 06:35:00PM +0400, Dmitry Guryanov wrote: > virDomainDef.features became an array, so now we can't simply > compare one features variable to another. We need to compare > each each element from the array. > > Signed-off-by: Dmitry Guryanov > --- > src/parallels/parallels_d

[libvirt] [PATCH 1/4] parallels: fix virDomainDef.features comparison

2014-04-23 Thread Dmitry Guryanov
virDomainDef.features became an array, so now we can't simply compare one features variable to another. We need to compare each each element from the array. Signed-off-by: Dmitry Guryanov --- src/parallels/parallels_driver.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) di