From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bw675-0008HZ-Fq for qemu-devel@nongnu.org; Mon, 17 Oct 2016 07:29:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bw674-0006jR-Fw for qemu-devel@nongnu.org; Mon, 17 Oct 2016 07:29:51 -0400 Date: Mon, 17 Oct 2016 13:29:42 +0200 From: Kevin Wolf Message-ID: <20161017112942.GF4821@noname.redhat.com> References: <1476522280-23211-1-git-send-email-ashijeetacharya@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476522280-23211-1-git-send-email-ashijeetacharya@gmail.com> Subject: Re: [Qemu-devel] [v2 0/5] Allow blockdev-add for SSH List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ashijeet Acharya Cc: rjones@redhat.com, jcody@redhat.com, mreitz@redhat.com, eblake@redhat.com, armbru@redhat.com, berrange@redhat.com, kraxel@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org Am 15.10.2016 um 11:04 hat Ashijeet Acharya geschrieben: > Previously posted series patches: > v1: http://lists.nongnu.org/archive/html/qemu-devel/2016-10/msg02137.html One general remark: The subject line should still include the PATCH keyword, so it should be like "[PATCH v2 0/5] Allow blockdev-add for SSH". This is also what you automatically get with 'git format-patch -v2 ...' Kevin