From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQQTe-00052p-Cx for qemu-devel@nongnu.org; Mon, 13 Jul 2009 14:42:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQQTb-00051J-0B for qemu-devel@nongnu.org; Mon, 13 Jul 2009 14:42:14 -0400 Received: from [199.232.76.173] (port=46830 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQQTa-00051E-NV for qemu-devel@nongnu.org; Mon, 13 Jul 2009 14:42:10 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54011) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQQTa-0005Sy-8L for qemu-devel@nongnu.org; Mon, 13 Jul 2009 14:42:10 -0400 Message-ID: <4A5B7FFD.7010908@redhat.com> Date: Mon, 13 Jul 2009 20:42:05 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v3 0/7] qdev: compat properties. References: <1247499005-31011-1-git-send-email-kraxel@redhat.com> <4A5B5706.2020308@codemonkey.ws> In-Reply-To: <4A5B5706.2020308@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 07/13/09 17:47, Anthony Liguori wrote: > Gerd Hoffmann wrote: >> Hi, >> >> Respin of the compat property patch series, now using the existing >> stringify() macro. > > Did you get the numbering wrong here? It looks like the patches are all > N/6. Yes, only 6 patches. Copyed the intro message from v2 which had the additional strify patch. > When posting multiple series like this, it woudl be helpful for each > patch to include the rev number (v3) and a common prefix for the > subjects. Ok. cheers, Gerd