Re: [Qemu-devel] PATCH] ui/cocoa.m: verify with user before quitting QEMU

2015-09-20 Thread Programmingkid
On Sep 20, 2015, at 8:21 AM, Peter Maydell wrote: > On 19 September 2015 at 00:20, Programmingkid > wrote: >> This patch prevents the user from accidentally quitting QEMU by pushing >> Command-Q or by pushing the close button on the main window. When the user >> does

Re: [Qemu-devel] PATCH] ui/cocoa.m: verify with user before quitting QEMU

2015-09-20 Thread Peter Maydell
On 19 September 2015 at 00:20, Programmingkid wrote: > This patch prevents the user from accidentally quitting QEMU by pushing > Command-Q or by pushing the close button on the main window. When the user > does > one of these two things, a dialog box appears verifying

Re: [Qemu-devel] PATCH] ui/cocoa.m: verify with user before quitting QEMU

2015-09-20 Thread Peter Maydell
On 20 September 2015 at 17:19, Programmingkid wrote: > > On Sep 20, 2015, at 8:21 AM, Peter Maydell wrote: > >> On 19 September 2015 at 00:20, Programmingkid >> wrote: >>> This patch prevents the user from accidentally quitting QEMU by

[Qemu-devel] PATCH] ui/cocoa.m: verify with user before quitting QEMU

2015-09-18 Thread Programmingkid
This patch prevents the user from accidentally quitting QEMU by pushing Command-Q or by pushing the close button on the main window. When the user does one of these two things, a dialog box appears verifying with the user if he wants to quit QEMU. Signed-off-by: John Arbuckle