Re: [Qemu-devel] [PATCH] ivshmem: use error_report

2014-09-18 Thread Andrew Jones
On Thu, Sep 18, 2014 at 04:46:55PM -0600, Eric Blake wrote: > On 09/18/2014 04:39 PM, Andrew Jones wrote: > > Replace all the fprintf(stderr, ...) calls with error_report. > > > > Signed-off-by: Andrew Jones > > --- > > hw/misc/ivshmem.c | 27 +-- > > 1 file changed, 13 i

Re: [Qemu-devel] [PATCH] ivshmem: use error_report

2014-09-18 Thread Eric Blake
On 09/18/2014 04:39 PM, Andrew Jones wrote: > Replace all the fprintf(stderr, ...) calls with error_report. > > Signed-off-by: Andrew Jones > --- > hw/misc/ivshmem.c | 27 +-- > 1 file changed, 13 insertions(+), 14 deletions(-) > > diff --git a/hw/misc/ivshmem.c b/hw/mis

[Qemu-devel] [PATCH] ivshmem: use error_report

2014-09-18 Thread Andrew Jones
Replace all the fprintf(stderr, ...) calls with error_report. Signed-off-by: Andrew Jones --- hw/misc/ivshmem.c | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index bf585b7691998..d285df7d65a9f 100644 --- a/