Re: [Qemu-devel] [PATCH] cocoa: do not create a spurious window for -version

2011-03-22 Thread Andreas Färber
Am 21.03.2011 um 09:30 schrieb Tristan Gingold: On Mar 19, 2011, at 2:44 PM, Andreas Färber wrote: Am 15.03.2011 um 14:18 schrieb Tristan Gingold: When invoked with -version, qemu will exit just after displaying the version, so there is no need to create a window. Also handles --XXX option

Re: [Qemu-devel] [PATCH] cocoa: do not create a spurious window for -version

2011-03-21 Thread Tristan Gingold
On Mar 19, 2011, at 2:44 PM, Andreas Färber wrote: > Hello Tristan, > > Am 15.03.2011 um 14:18 schrieb Tristan Gingold: > >> When invoked with -version, qemu will exit just after displaying the version, >> so there is no need to create a window. >> Also handles --XXX options. >> >> Signed-off-

Re: [Qemu-devel] [PATCH] cocoa: do not create a spurious window for -version

2011-03-19 Thread Andreas Färber
Hello Tristan, Am 15.03.2011 um 14:18 schrieb Tristan Gingold: When invoked with -version, qemu will exit just after displaying the version, so there is no need to create a window. Also handles --XXX options. Signed-off-by: Tristan Gingold Looks good to me except for the qemu_main() inden

[Qemu-devel] [PATCH] cocoa: do not create a spurious window for -version

2011-03-15 Thread Tristan Gingold
When invoked with -version, qemu will exit just after displaying the version, so there is no need to create a window. Also handles --XXX options. Signed-off-by: Tristan Gingold --- ui/cocoa.m | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ui/cocoa.m b/ui/