Re: [Qemu-devel] [PATCH] cocoa: Suppress Cocoa window with -display

2015-09-18 Thread Peter Maydell
On 9 September 2015 at 15:11, Andreas Färber wrote: > Am 09.09.2015 um 16:08 schrieb Rainer Müller: >> Do not open a Cocoa window when another display is selected that will be >> initialized later. The Cocoa display cannot be selected with -display, >> so there is no need to check its argument. >>

Re: [Qemu-devel] [PATCH] cocoa: Suppress Cocoa window with -display

2015-09-09 Thread Andreas Färber
Am 09.09.2015 um 16:08 schrieb Rainer Müller: > Do not open a Cocoa window when another display is selected that will be > initialized later. The Cocoa display cannot be selected with -display, > so there is no need to check its argument. > > Signed-off-by: Rainer Müller Makes sense, Reviewed-b

[Qemu-devel] [PATCH] cocoa: Suppress Cocoa window with -display

2015-09-09 Thread Rainer Müller
Do not open a Cocoa window when another display is selected that will be initialized later. The Cocoa display cannot be selected with -display, so there is no need to check its argument. Signed-off-by: Rainer Müller --- ui/cocoa.m | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/cocoa.m b/