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

2015-10-09 Thread Gerd Hoffmann
On Mi, 2015-10-07 at 21:34 +0200, Markus Armbruster wrote: > Copying maintainer. Please use scripts/get_maintainer.pl to find them > yourself. Thanks, picked up now. Including the subsystem in the subject (i.e. "audio: remove macros ...") is useful too. cheers, Gerd

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

2015-10-08 Thread Stefan Hajnoczi
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 d

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

2015-10-07 Thread Peter Maydell
On 7 October 2015 at 17:32, 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(-) >

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

2015-10-07 Thread Markus Armbruster
Copying maintainer. Please use scripts/get_maintainer.pl to find them yourself. Nutan Shinde writes: > 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 +--

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

2015-10-07 Thread Nutan Shinde
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(-) diff --git a/hw/audio/adlib.c b/hw/audio/adlib.c index 656eb37.

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

2015-10-07 Thread Paolo Bonzini
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 the

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

2015-10-07 Thread Stefan Hajnoczi
On Tue, Oct 6, 2015 at 6:42 PM, Nutan Shinde wrote: > Signed-off-by: Nutan Shinde > --- > hw/audio/adlib.c | 28 +++ > hw/audio/es1370.c | 60 +- > hw/audio/gus.c| 26 +++--- > hw/audio/sb16.c | 66 >

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

2015-10-07 Thread Nutan Shinde
> > Hi, > 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. >

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

2015-10-07 Thread Markus Armbruster
No trace of IO_READ_PROTO and IO_WRITE_PROTO in the patch. Did you mean to send this patch with this subject? Nutan Shinde writes: > Signed-off-by: Nutan Shinde > --- > hw/audio/adlib.c | 28 +++ > hw/audio/es1370.c | 60 +-

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

2015-10-06 Thread Nutan Shinde
Signed-off-by: Nutan Shinde --- hw/audio/adlib.c | 28 +++ hw/audio/es1370.c | 60 +- hw/audio/gus.c| 26 +++--- hw/audio/sb16.c | 66 +++ 4 files changed