From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYTiz-0002ae-Dv for qemu-devel@nongnu.org; Wed, 07 Dec 2011 21:28:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYTiy-0003D6-Dl for qemu-devel@nongnu.org; Wed, 07 Dec 2011 21:28:41 -0500 Received: from e28smtp05.in.ibm.com ([122.248.162.5]:36086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYTix-0003Cc-ML for qemu-devel@nongnu.org; Wed, 07 Dec 2011 21:28:40 -0500 Received: from /spool/local by e28smtp05.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 8 Dec 2011 07:58:32 +0530 Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pB82SSID4268046 for ; Thu, 8 Dec 2011 07:58:28 +0530 Received: from d28av02.in.ibm.com (loopback [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pB82SRgN016636 for ; Thu, 8 Dec 2011 13:28:28 +1100 Message-ID: <4EE020CA.3080505@linux.vnet.ibm.com> Date: Thu, 08 Dec 2011 10:28:26 +0800 From: hkran MIME-Version: 1.0 References: <4EDF345C.5060304@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] use PCI MACRO in virtio-pci List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: aliguori@us.ibm.com, qemu-devel On 12/07/2011 06:18 PM, Stefan Hajnoczi wrote: > On Wed, Dec 7, 2011 at 9:39 AM, hkran wrote: >> Signed-off-by: hkran >> --- >> hw/virtio-pci.c | 6 +++--- >> 1 files changed, 3 insertions(+), 3 deletions(-) > This patch is line-wrapped and git-am refuses to apply it. > > Are you using git-send-email(1)? It normally sends patches correctly > so I recommend it if you are not yet using it. > > Otherwise this looks good and we can take it into the trivial-patches > tree. Please resend without line wrap. > > Stefan > ok,thanks for reviewing. I will resend it with git-publish:)