[libvirt] [PATCH] Get thread and socket information in virsh nodeinfo.

Eric Blake eblake at redhat.com
Tue Mar 9 16:31:19 UTC 2010


On 03/09/2010 08:47 AM, Jim Meyering wrote:
> Eric Blake wrote:
> ...
>>> +
>>> +static int parse_socket(int cpu)
>>> +{
>>
>> Several tools (such as ctag, or even more simply, 'git grep "^func"')
>> work better if all function implementations are listed with split lines,
>> such that the function name starts at the first column:
>>
>> static int
>> parse_socket(int cpu)
>> {
>>
>> Would it be worth a global cleanup patch that does this throughout
>> libvirt, rather than the current ad hoc mix in declaration styles?
> 
> IMHO, definitely worthwhile.

Here's the stats of running
$ for f in $(git ls-files '*.[ch]') ; do
   cppi $f > $f.t && mv $f.t $f; done

 172 files changed, 2895 insertions(+), 2895 deletions(-)

I'm now browsing through the results to make sure they look sane, before
posting the patch.

Then it would be a matter of adding a cfg.mk check that runs 'cppi -a
-c' on the same set of files during 'make syntax-check', as well as an
addition to bootstrap.conf to require cppi.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 323 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100309/dcb586ad/attachment-0001.sig>


More information about the libvir-list mailing list