From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUmyd-0002ZH-VL for qemu-devel@nongnu.org; Tue, 23 Apr 2013 19:50:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUmyb-000829-6l for qemu-devel@nongnu.org; Tue, 23 Apr 2013 19:50:23 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:46853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUmyb-000820-07 for qemu-devel@nongnu.org; Tue, 23 Apr 2013 19:50:21 -0400 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Apr 2013 17:50:20 -0600 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 0475719D8042 for ; Tue, 23 Apr 2013 17:50:13 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3NNoINO090074 for ; Tue, 23 Apr 2013 17:50:18 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3NNoIOF002936 for ; Tue, 23 Apr 2013 17:50:18 -0600 Message-ID: <51771E38.1020708@linux.vnet.ibm.com> Date: Tue, 23 Apr 2013 19:50:16 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <1366682139-22122-1-git-send-email-mrhines@linux.vnet.ibm.com> <87li89dtmc.fsf@codemonkey.ws> <5176CADB.4000304@linux.vnet.ibm.com> <87k3ntm7co.fsf@codemonkey.ws> <5176DFFD.1040202@redhat.com> <5176EBE9.3080204@linux.vnet.ibm.com> <5176F8F1.6020102@redhat.com> <8738ugkjml.fsf@codemonkey.ws> <51770DD2.9060004@redhat.com> In-Reply-To: <51770DD2.9060004@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] contribution process [was: [PATCH v5 00/12] rdma: migration support] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Anthony Liguori , quintela@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, Bulent Abali , Michael R Hines , Gokul B Kandiraju , pbonzini@redhat.com On 04/23/2013 06:40 PM, Eric Blake wrote: > On 04/23/2013 03:44 PM, Anthony Liguori wrote: >> Eric Blake writes: >> >>> On 04/23/2013 02:15 PM, Michael R. Hines wrote: >>>> Would be helpful for new people (like myself) to have a summary >>>> of these procedures on the wiki so we don't have to bother you >>>> guys when we get to the end of the reviews. >>> http://wiki.qemu.org/Contribute/SubmitAPatch is supposed to be such a >>> list; and since it's a wiki, feel free to add things that you learned >>> here that weren't adequately covered yet. >> I'd like to echo this. New contributors are in the best position to >> offer advice to other new contributors. Any additions to the above page >> would be greatly appreciated! > Here's my attempt at capturing some of the hints brought up in this thread: > > http://wiki.qemu.org/index.php?title=Contribute%2FSubmitAPatch&diff=3549&oldid=3439 > Thanks =)