Re: [libvirt] [PATCH 06/11] conf: Integrate all features ABI checks in the switch

2018-02-12 Thread John Ferlan
On 02/06/2018 11:42 AM, Andrea Bolognani wrote: > There are a few stray checks which still live outside of the > switch in virDomainDefFeaturesCheckABIStability() for no good > reason. Move them inside the switch, and update the error > messages to be consistent while at it. > > Signed-off-by: A

[libvirt] [PATCH 06/11] conf: Integrate all features ABI checks in the switch

2018-02-06 Thread Andrea Bolognani
There are a few stray checks which still live outside of the switch in virDomainDefFeaturesCheckABIStability() for no good reason. Move them inside the switch, and update the error messages to be consistent while at it. Signed-off-by: Andrea Bolognani --- src/conf/domain_conf.c | 105 +++