Re: [libvirt] [PATCH] virt-aa-helper: Allow parsing supported features for qemu/kvm

2018-01-19 Thread Shivaprasad bhat
Thanks for the comments Michal.. On Fri, Jan 12, 2018 at 3:41 PM, Michal Privoznik wrote: > On 01/11/2018 11:09 AM, Shivaprasad G Bhat wrote: > > The virt-aa-helper fails to parse the xmls with the memory/cpu > > hotplug features or user assigned aliases. Set the features in > > xmlopt->config f

Re: [libvirt] [PATCH] virt-aa-helper: Allow parsing supported features for qemu/kvm

2018-01-12 Thread Michal Privoznik
On 01/11/2018 11:09 AM, Shivaprasad G Bhat wrote: > The virt-aa-helper fails to parse the xmls with the memory/cpu > hotplug features or user assigned aliases. Set the features in > xmlopt->config for the parsing to succeed. > > Signed-off-by: Shivaprasad G Bhat > --- > src/conf/domain_conf.c

[libvirt] [PATCH] virt-aa-helper: Allow parsing supported features for qemu/kvm

2018-01-11 Thread Shivaprasad G Bhat
The virt-aa-helper fails to parse the xmls with the memory/cpu hotplug features or user assigned aliases. Set the features in xmlopt->config for the parsing to succeed. Signed-off-by: Shivaprasad G Bhat --- src/conf/domain_conf.c| 21 - src/conf/domain_conf.h