Re: [libvirt] [PATCH] Fix sorting of libvirt_private.syms and add syntax check rule

2012-12-12 Thread Daniel P. Berrange
On Tue, Dec 11, 2012 at 03:47:09PM -0700, Eric Blake wrote: > On 12/11/2012 03:27 PM, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > Add check-symsorting.pl to perform case-insensitive alphabetical > > sorting of groups of symbols. Fix all violations it reports > > > > Signed-o

Re: [libvirt] [PATCH] Fix sorting of libvirt_private.syms and add syntax check rule

2012-12-11 Thread Eric Blake
On 12/11/2012 03:27 PM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Add check-symsorting.pl to perform case-insensitive alphabetical > sorting of groups of symbols. Fix all violations it reports > > Signed-off-by: Daniel P. Berrange > --- > src/Makefile.am | 4 +- > s

[libvirt] [PATCH] Fix sorting of libvirt_private.syms and add syntax check rule

2012-12-11 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Add check-symsorting.pl to perform case-insensitive alphabetical sorting of groups of symbols. Fix all violations it reports Signed-off-by: Daniel P. Berrange --- src/Makefile.am | 4 +- src/check-symsorting.pl | 66 +++ src/libvirt_esx.s