From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFBg9-00034N-TZ for qemu-devel@nongnu.org; Mon, 11 Mar 2013 18:58:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFBg8-0005Qm-S5 for qemu-devel@nongnu.org; Mon, 11 Mar 2013 18:58:49 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:45922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFBg8-0005QI-Aw for qemu-devel@nongnu.org; Mon, 11 Mar 2013 18:58:48 -0400 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 12 Mar 2013 08:50:54 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 364C42BB0023 for ; Tue, 12 Mar 2013 09:58:40 +1100 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r2BMjuRf58720312 for ; Tue, 12 Mar 2013 09:45:57 +1100 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 r2BMwd8u032167 for ; Tue, 12 Mar 2013 09:58:39 +1100 From: Anthony Liguori In-Reply-To: References: Date: Mon, 11 Mar 2013 17:58:34 -0500 Message-ID: <877gld8rxh.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL] linux-user updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , riku.voipio@linaro.org Cc: qemu-devel@nongnu.org Peter Maydell writes: > On 11 March 2013 19:27, wrote: >> From: Riku Voipio >> >> Hi, >> >> This is my patch queue for linux-user. Please pull. >> >> The following changes since commit fa3889162ff724d09eb6b6bd06ba54769100a77f: >> >> Merge remote-tracking branch 'origin/master' into staging (2013-03-10 20:39:17 -0500) >> >> are available in the git repository at: >> >> git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream > > Probably best to cc Anthony on pullreqs, I'm not sure his system > flags them up otherwise. Never hurts, but for pull requests it's not strictly necessary. It matters for patches just due to sheer volume. We don't (yet) have that problem with pull requests. Regards, Anthony Liguori > > -- PMM