From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqRVE-0002Dl-6n for qemu-devel@nongnu.org; Mon, 08 Aug 2011 11:12:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqRVD-0000Hc-6n for qemu-devel@nongnu.org; Mon, 08 Aug 2011 11:12:28 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:56349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqRVD-0000HV-3Z for qemu-devel@nongnu.org; Mon, 08 Aug 2011 11:12:27 -0400 Received: by ywf9 with SMTP id 9so397137ywf.4 for ; Mon, 08 Aug 2011 08:12:26 -0700 (PDT) Message-ID: <4E3FFCD8.3080808@codemonkey.ws> Date: Mon, 08 Aug 2011 10:12:24 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1312808972-1718-1-git-send-email-avi@redhat.com> <1312808972-1718-2-git-send-email-avi@redhat.com> In-Reply-To: <1312808972-1718-2-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 01/39] memory: rename PORTIO_END to PORTIO_END_OF_LIST List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, "Michael S. Tsirkin" On 08/08/2011 08:08 AM, Avi Kivity wrote: > For consistency with other _END_OF_LIST macros. > > Signed-off-by: Avi Kivity Reviewed-by: Anthony Liguori Regards, Anthony Liguori > --- > memory.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/memory.h b/memory.h > index 4e518b2..da00a3b 100644 > --- a/memory.h > +++ b/memory.h > @@ -133,7 +133,7 @@ struct MemoryRegionPortio { > IOPortWriteFunc *write; > }; > > -#define PORTIO_END { } > +#define PORTIO_END_OF_LIST() { } > > /** > * memory_region_init: Initialize a memory region