From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXum8-0004to-8P for qemu-devel@nongnu.org; Thu, 02 May 2013 10:46:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXum7-0004TK-6k for qemu-devel@nongnu.org; Thu, 02 May 2013 10:46:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXum6-0004Sv-VS for qemu-devel@nongnu.org; Thu, 02 May 2013 10:46:23 -0400 Message-ID: <51827C37.403@redhat.com> Date: Thu, 02 May 2013 16:46:15 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <20130502135143.GA1171@redhat.com> <20130502141704.GA12954@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] posting patches in pull requests (was Re: [PATCH 08/29] cpu: Add qemu_for_each_cpu()) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Anthony Liguori , "Michael S. Tsirkin" On 05/02/13 16:21, Peter Maydell wrote: > On 2 May 2013 15:17, Michael S. Tsirkin wrote: >> On Thu, May 02, 2013 at 03:09:04PM +0100, Peter Maydell wrote: > >> Sometimes I'm Cc'd on 1 patch out of series. >> I might not want to go dig out the series only >> to check if it actually needs review. > > I think cc'ing somebody on half a pullrequest or series is > a bit odd, personally. Not uncommon if you do this ... [sendemail] to = qemu-devel@nongnu.org cccmd = scripts/get_maintainer.pl --nogit-fallback ... in .git/config. cheers, Gerd