Re: [libvirt] [PATCH v2 3/9] maint: Enhance check-driverimpls.pl to check for API pairing

2019-07-10 Thread Peter Krempa
On Tue, Jul 09, 2019 at 12:46:32 -0500, Eric Blake wrote: > As shown in recent patches, several drivers provided only an older > counterpart of an API, making it harder to uniformly use the newer > preferred API form. We can prevent future instances of this by > enhancing 'make syntax-check' to fla

[libvirt] [PATCH v2 3/9] maint: Enhance check-driverimpls.pl to check for API pairing

2019-07-09 Thread Eric Blake
As shown in recent patches, several drivers provided only an older counterpart of an API, making it harder to uniformly use the newer preferred API form. We can prevent future instances of this by enhancing 'make syntax-check' to flag any time a modern API is forgotten when an older API is present.