From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIMTI-0003tR-Gq for qemu-devel@nongnu.org; Mon, 24 Oct 2011 11:29:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIMTH-00032w-Ae for qemu-devel@nongnu.org; Mon, 24 Oct 2011 11:29:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIMTG-00032m-UG for qemu-devel@nongnu.org; Mon, 24 Oct 2011 11:29:51 -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 p9OFToIU005470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Oct 2011 11:29:50 -0400 Message-ID: <4EA5846B.9080101@redhat.com> Date: Mon, 24 Oct 2011 17:29:47 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1319457739-14562-1-git-send-email-alevy@redhat.com> <1319457739-14562-6-git-send-email-alevy@redhat.com> In-Reply-To: <1319457739-14562-6-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/5] qxl: support async monitor screen dump List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org, mlureau@redhat.com, armbru@redhat.com, lcapitulino@redhat.com On 10/24/11 14:02, Alon Levy wrote: > Split qxl_spice_update_area_complete from qxl_render_update, use > SPICE_INTERFACE_QXL_MINOR 2 introduced spice_qxl_update_area_dirty_async > to retrive the dirty rectangles asyncronously (the previous > spice_qxl_update_area_async did not accept a dirty rectangles array). > > Introduce SpiceAsyncMonitorScreenDump for a screen_dump. That one conflicts with the screendump/SDL fixes pushed to the spice.v44 branch. Have you seen the mail? Had you time to look at the patches? cheers, Gerd