From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aePLI-0006Qq-HY for qemu-devel@nongnu.org; Fri, 11 Mar 2016 10:51:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aePLH-0006KY-Jc for qemu-devel@nongnu.org; Fri, 11 Mar 2016 10:51:08 -0500 References: From: Bastian Koppelmann Message-ID: <56E2E95F.1080901@mail.uni-paderborn.de> Date: Fri, 11 Mar 2016 16:50:55 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] BitsSizedTasks-LargeFrames List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Siddharth Gupta , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org Hi Siddharth, thanks for the patch. Can you resend it inlined into the e-mail instead of an attachment? I usually use git send-email for that. My workflow (once you have configured git send-email) would be: - git format-patch -1 - git send-email --to="qemu-devel@nongnu.org" --cc="qemu-trivial@nongnu.org" *.patch Also there is a page on the wiki on how to submit a patch [1]. If you want to avoid a lot of re-sending you might want to look into it :). Cheers, Bastian [1] http://wiki.qemu.org/Contribute/SubmitAPatch