From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkFtj-0006w2-So for qemu-devel@nongnu.org; Fri, 22 Jul 2011 09:36:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkFti-0004Ey-Nz for qemu-devel@nongnu.org; Fri, 22 Jul 2011 09:36:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkFti-0004Ef-Gh for qemu-devel@nongnu.org; Fri, 22 Jul 2011 09:36:10 -0400 Message-ID: <4E297D75.1080309@redhat.com> Date: Fri, 22 Jul 2011 15:39:01 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1311170189-29734-1-git-send-email-freddy77@gmail.com> <4E2920FE.1060904@redhat.com> <4E294C85.2020005@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frediano Ziglio Cc: Stefan Hajnoczi , qemu-devel@nongnu.org Am 22.07.2011 15:24, schrieb Frediano Ziglio: > 2011/7/22 Stefan Hajnoczi : >> On Fri, Jul 22, 2011 at 11:10 AM, Kevin Wolf wrote: >>> Am 22.07.2011 11:26, schrieb Frediano Ziglio: >>>> - you can use scripts/checkpatch.pl to check your patches before send >> >> I updated the SubmitAPatch wiki earlier this week. >> >> Stefan >> > > Good, now wiki is working (it seems somebody is attacking Qemu > sites... yesterday the ML). > > http://git.qemu.org/git/qemu.git/ is not working so all links give 404. > > I added some notes, yes checkpatch was already in the page. > > About git commands to send multiple patches, I use > > git format-patch --cover-letter -s -M origin/original_branch_name > --subject-prefix='PATCH vXX' -o outgoing/ > > edit manually cover letter and > > git send-email --to='maintainer@domain' --cc='qemu-devel@nongnu.org' > outgoing/* > > are these command correct or there is a better way? Looks correct to me. I usually use -s already for commits, so I don't need it in format-patch, and I don't use -M (maybe I should), but otherwise it's more or less the same as I use. Kevin