From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgxu4-0000A9-CC for qemu-devel@nongnu.org; Wed, 13 Jul 2011 07:46:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qgxu2-00031F-U0 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 07:46:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgxu2-000317-DO for qemu-devel@nongnu.org; Wed, 13 Jul 2011 07:46:54 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6DBkr38023513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jul 2011 07:46:53 -0400 Message-ID: <4E1D85AA.7050106@redhat.com> Date: Wed, 13 Jul 2011 13:46:50 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1310478932-25370-1-git-send-email-alevy@redhat.com> <1310478932-25370-14-git-send-email-alevy@redhat.com> <4E1D44DB.5090803@redhat.com> <20110713092909.GF28430@bow.tlv.redhat.com> <4E1D766C.1090308@redhat.com> <20110713112916.GL28430@bow.tlv.redhat.com> In-Reply-To: <20110713112916.GL28430@bow.tlv.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv3] qxl-render/qxl: split out qxl_save_ppm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Luiz Capitulino Hi, > I'd rather try the MONITOR_CMD_ASYNC thing then the cond variable, it's becoming pretty > ugly. Also I guess what Daniel described is possible, but it changes the usage of screendump > even more. Is turning do_screen_dump to async viable? I think I'll work on it. Daniel's suggestion is a nice option which goes on top ;) The filename-based screendump has to continue working for backward compatibility reasons. cheers, Gerd