Re: [libvirt] [PATCH 3/9] conf: Add compile time check that devices were checked for ABI stability

2014-10-14 Thread John Ferlan
On 10/14/2014 03:29 AM, Peter Krempa wrote: > As in the device info iterator add a switch that will force the compiler > to check that new device types are added to the ABI stability checker. > --- > src/conf/domain_conf.c | 33 + > 1 file changed, 33 insertions(+

[libvirt] [PATCH 3/9] conf: Add compile time check that devices were checked for ABI stability

2014-10-14 Thread Peter Krempa
As in the device info iterator add a switch that will force the compiler to check that new device types are added to the ABI stability checker. --- src/conf/domain_conf.c | 33 + 1 file changed, 33 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain