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

2015-09-23 Thread Peter Maydell
On 20 September 2015 at 12: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 with the user if he or > she

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

2015-09-20 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 or she wants to quit QEMU. Signed-off-by: John Arbuckle --- ui/coc