From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zk8q8-00054N-I0 for qemu-devel@nongnu.org; Thu, 08 Oct 2015 06:54:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zk8q6-0000Ep-Ty for qemu-devel@nongnu.org; Thu, 08 Oct 2015 06:54:24 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:33437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zk7sO-0007qS-Di for qemu-devel@nongnu.org; Thu, 08 Oct 2015 05:52:41 -0400 Received: by wiclk2 with SMTP id lk2so20321578wic.0 for ; Thu, 08 Oct 2015 02:52:39 -0700 (PDT) Date: Thu, 8 Oct 2015 10:52:35 +0100 From: Stefan Hajnoczi Message-ID: <20151008095235.GD14090@stefanha-thinkpad.redhat.com> References: <1444235574-15351-1-git-send-email-nutanshinde1992@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444235574-15351-1-git-send-email-nutanshinde1992@gmail.com> 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 Cc: qemu-devel@nongnu.org On Wed, Oct 07, 2015 at 10:02:54PM +0530, Nutan Shinde wrote: > Signed-off-by: Nutan Shinde > --- > hw/audio/adlib.c | 9 ++------- > hw/audio/es1370.c | 17 ++++++----------- > hw/audio/gus.c | 9 ++------- > hw/audio/sb16.c | 15 +++++---------- > 4 files changed, 15 insertions(+), 35 deletions(-) Reviewed-by: Stefan Hajnoczi