Re: [Qemu-devel] [PATCH] [FYI] Scripts to generate project stats

2011-08-02 Thread Peter Maydell
On 2 August 2011 03:36, Anthony Liguori wrote: > diff --git a/scripts/aliases.txt b/scripts/aliases.txt > new file mode 100644 > index 000..aadea25 > --- /dev/null > +++ b/scripts/aliases.txt > @@ -0,0 +1,18 @@ > +andrew.zaborow...@intel.com: bal...@zabor.org > +ed...@axis.com: edgar.igles...@

Re: [Qemu-devel] [PATCH] [FYI] Scripts to generate project stats

2011-08-01 Thread Anthony Liguori
On 08/01/2011 09:36 PM, Anthony Liguori wrote: As part of my talk for KVM Forum, I am collecting some stats on the project since last year. I thought I'd share the scripts in case anyone is interested in how they work. +function gen-stats() { +until="$1" +since="$2" + +echo 'Total C

[Qemu-devel] [PATCH] [FYI] Scripts to generate project stats

2011-08-01 Thread Anthony Liguori
As part of my talk for KVM Forum, I am collecting some stats on the project since last year. I thought I'd share the scripts in case anyone is interested in how they work. I think this is just about all of the data I need, but patches are certainly welcome. Of course, you'll have to come to KVM