From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjlJv-0006ib-VQ for qemu-devel@nongnu.org; Wed, 07 Oct 2015 05:47:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjlJs-0007tb-6R for qemu-devel@nongnu.org; Wed, 07 Oct 2015 05:47:35 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:35647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjlJs-0007tC-0m for qemu-devel@nongnu.org; Wed, 07 Oct 2015 05:47:32 -0400 Received: by wicge5 with SMTP id ge5so204514481wic.0 for ; Wed, 07 Oct 2015 02:47:31 -0700 (PDT) Sender: Paolo Bonzini References: <1444153331-5500-1-git-send-email-nutanshinde1992@gmail.com> <87mvvvdui9.fsf@blackfin.pond.sub.org> From: Paolo Bonzini Message-ID: <5614EA2E.7010207@redhat.com> Date: Wed, 7 Oct 2015 11:47:26 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] Remove macros IO_READ_PROTO and IO_WRITE_PROTO List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nutan Shinde , Markus Armbruster Cc: "qemu-devel@nongnu.org" On 07/10/2015 10:17, Nutan Shinde wrote: > > The change was to remove macros defined as IT_WRITE_PROTO and > IT_READ_PROTO. These macros were used for function definitions. So, > I have replaced these macros with actual function definitions. I think you have sent the wrong patch then. Paolo