Re: [Qemu-devel] [PATCH 1/3] ui: egl: Replace fprintf with error_report

2016-05-19 Thread Marc-André Lureau
Hi On Wed, May 18, 2016 at 6:40 PM, Cole Robinson wrote: > Signed-off-by: Cole Robinson > --- > ui/egl-helpers.c | 27 ++- > 1 file changed, 14 insertions(+), 13 deletions(-) > > diff --git a/ui/egl-helpers.c b/ui/egl-helpers.c > index 558edfd..6555f5f 100644 > --- a/ui/

Re: [Qemu-devel] [PATCH 1/3] ui: egl: Replace fprintf with error_report

2016-05-18 Thread Eric Blake
On 05/18/2016 10:40 AM, Cole Robinson wrote: > Signed-off-by: Cole Robinson > --- > ui/egl-helpers.c | 27 ++- > 1 file changed, 14 insertions(+), 13 deletions(-) Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization librar

[Qemu-devel] [PATCH 1/3] ui: egl: Replace fprintf with error_report

2016-05-18 Thread Cole Robinson
Signed-off-by: Cole Robinson --- ui/egl-helpers.c | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/ui/egl-helpers.c b/ui/egl-helpers.c index 558edfd..6555f5f 100644 --- a/ui/egl-helpers.c +++ b/ui/egl-helpers.c @@ -2,6 +2,7 @@ #include #include