Re: [Qemu-devel] [PATCH] console: unbreak cocoa

2013-04-17 Thread Gerd Hoffmann
Hi, >> -} else if (is_graphic_console()) { >> +} else if (qemu_console_is_graphic(NULL)) { > > This isn't the only use of is_graphic_console(); compare > the patch I sent last night: > > http://patchwork.ozlabs.org/patch/237347/ Yea, just found it in my inbox.

Re: [Qemu-devel] [PATCH] console: unbreak cocoa

2013-04-17 Thread Peter Maydell
On 18 April 2013 07:20, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > ui/cocoa.m |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ui/cocoa.m b/ui/cocoa.m > index 048cc97..14b784d 100644 > --- a/ui/cocoa.m > +++ b/ui/cocoa.m > @@ -495,7 +495,7 @@ QemuC

[Qemu-devel] [PATCH] console: unbreak cocoa

2013-04-17 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- ui/cocoa.m |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index 048cc97..14b784d 100644 --- a/ui/cocoa.m +++ b/ui/cocoa.m @@ -495,7 +495,7 @@ QemuCocoaView *cocoaView; if (keycode == 58 || keycod