From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZPr7-0001CF-MC for qemu-devel@nongnu.org; Mon, 06 May 2013 14:09:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZPr2-00025M-J8 for qemu-devel@nongnu.org; Mon, 06 May 2013 14:09:45 -0400 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:57316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZPqt-00020t-Mu for qemu-devel@nongnu.org; Mon, 06 May 2013 14:09:40 -0400 Received: from /spool/local by e23smtp04.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 7 May 2013 03:56:49 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id D3DF5357801A for ; Tue, 7 May 2013 04:09:02 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r46Ht2qe23396526 for ; Tue, 7 May 2013 03:55:04 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r46I91oJ023536 for ; Tue, 7 May 2013 04:09:01 +1000 From: Anthony Liguori In-Reply-To: <5187DC44.9060001@redhat.com> References: <87wqrci2zs.fsf@codemonkey.ws> <5187DC44.9060001@redhat.com> Date: Mon, 06 May 2013 13:08:57 -0500 Message-ID: <87txmgvv46.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] Last Call for 1.5 before Hard Freeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, Gerd Hoffmann Paolo Bonzini writes: > Il 06/05/2013 16:42, Anthony Liguori ha scritto: >> >> Hi, >> >> I believe I have processed all of the outstanding pull requests and >> patches tagged for 1.5. If there are any other patches or pull requests >> you would like to be considered, please respond to this note with a >> pointer to the patch or make sure you send it out tagged with 'for-1.5' >> no later than 5pm US/Eastern. > > Thanks Anthony! > > And please remember to update the changelog. It's already a pretty > featureful release, but I have no idea about what's happening in VNC > land (LED extension and WebSockets?) and what are the visible effects of > Gerd's console refactorings. Ack. > BTW, so far we have 10% more commits than 1.3.0: > > $ git log --pretty=oneline v1.2.0..v1.3.0-rc0|wc > 1608 11447 141561 > $ git log --pretty=oneline v1.3.0..v1.4.0-rc0|wc > 1299 9086 114069 > $ git log --pretty=oneline v1.4.0..HEAD|wc > 1837 13002 161841 We are averaging 22.66 commits a day for this release. The 1.4 release was 18.86. So we're looking at almost a 20% increase. Here's a graph of QEMU's full history. This is by far the most active release. http://www.codemonkey.ws/files/qemu-commits.svg Regards, Anthony Liguori > > Paolo