From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxehY-0000fV-Kb for qemu-devel@nongnu.org; Wed, 15 Feb 2012 08:15:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxehR-0007RP-8G for qemu-devel@nongnu.org; Wed, 15 Feb 2012 08:15:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:29166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxehQ-0007R2-Tj for qemu-devel@nongnu.org; Wed, 15 Feb 2012 08:15:09 -0500 Message-ID: <4F3BAFD5.9060601@redhat.com> Date: Wed, 15 Feb 2012 14:15:01 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1329297736-3049-1-git-send-email-yhalperi@redhat.com> In-Reply-To: <1329297736-3049-1-git-send-email-yhalperi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/2] qxl: set only off-screen surfaces dirty instead of the whole vram List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yonit Halperin Cc: qemu-devel@nongnu.org, spice-devel@freedesktop.org On 02/15/12 10:22, Yonit Halperin wrote: > We used to assure the guest surfaces were saved before migration by > setting the whole vram dirty. This patch sets dirty only the areas > that are actually used in the vram. Great. Added both patches to the spice patch queue. thanks, Gerd