From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgzkf-00005a-KN for qemu-devel@nongnu.org; Wed, 13 Jul 2011 09:45:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qgzke-00051a-FF for qemu-devel@nongnu.org; Wed, 13 Jul 2011 09:45:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgzkd-00051R-U7 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 09:45:20 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6DDjIZJ011323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jul 2011 09:45:19 -0400 Message-ID: <4E1DA16C.20007@redhat.com> Date: Wed, 13 Jul 2011 15:45:16 +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> <20110713093210.7365d086@doriath> In-Reply-To: <20110713093210.7365d086@doriath> 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: Luiz Capitulino Cc: qemu-devel@nongnu.org On 07/13/11 14:32, Luiz Capitulino wrote: >> Not sure. Luiz, do we have async monitor commands meanwhile? > > Not yet, this is a QAPI feature that should land soon, but it's not > available yet. Hmm. Alon, is it an option to just leave the whole qxl-render stuff in sync mode for now and convert it later? Or will that have bad interactions with QXL_IO_UPDATE_AREA_ASYNC being used by the guest? cheers, Gerd