Re: [Qemu-devel] [PATCH] Remove macros IO_READ_PROTO and IO_WRITE_PROTO

2015-10-06 Thread Stefan Hajnoczi
On Tue, Oct 06, 2015 at 12:36:38AM +0530, nutanshinde1992 wrote: > --- > 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(-) Apart from Pete

Re: [Qemu-devel] [PATCH] Remove macros IO_READ_PROTO and IO_WRITE_PROTO

2015-10-05 Thread Peter Maydell
On 5 October 2015 at 20:06, nutanshinde1992 wrote: > --- > 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(-) Hi; thanks for sending us th

[Qemu-devel] [PATCH] Remove macros IO_READ_PROTO and IO_WRITE_PROTO

2015-10-05 Thread nutanshinde1992
--- 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(-) diff --git a/hw/audio/adlib.c b/hw/audio/adlib.c index 656eb37..af39920 100644 --- a/hw/audi