From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsAhs-000448-Df for qemu-devel@nongnu.org; Thu, 06 Oct 2016 11:35:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsAhm-0007gm-El for qemu-devel@nongnu.org; Thu, 06 Oct 2016 11:35:35 -0400 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:37638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsAhm-0007gh-7R for qemu-devel@nongnu.org; Thu, 06 Oct 2016 11:35:30 -0400 Received: by mail-wm0-x22d.google.com with SMTP id b201so54680423wmb.0 for ; Thu, 06 Oct 2016 08:35:30 -0700 (PDT) Sender: Paolo Bonzini References: <42B37FE3-87E1-42CA-A089-B090F37FF7D5@gmail.com> <791AB76A-C338-4064-AA0D-E4B2E3825F27@gmail.com> From: Paolo Bonzini Message-ID: <246e018e-46d6-97a1-7cf5-7a6d97ef6784@redhat.com> Date: Thu, 6 Oct 2016 17:35:23 +0200 MIME-Version: 1.0 In-Reply-To: <791AB76A-C338-4064-AA0D-E4B2E3825F27@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Adding Save States menu items List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid , Peter Maydell Cc: qemu-devel qemu-devel On 06/10/2016 16:42, Programmingkid wrote: > > On Oct 6, 2016, at 10:28 AM, Peter Maydell wrote: > >> On 6 October 2016 at 15:22, Programmingkid wrote: >>> Would you accept a patch that added "Save State" and >>> "Restore State" menu items to the cocoa interface? They would >>> allow the user to save the running state of the emulator. >> >> If you can get consensus on first adding those to one of the other >> UI frontends that's better maintained than the cocoa UI, >> then I would accept a cocoa UI patch that added them second. > > > Ok, I will ask around. > > Does anyone else like the idea of having a "Save State" and > "Restore State" menu items added to QEMU's gui? What would they do exactly? Paolo