From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:32967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGVZD-0004Sg-Ht for qemu-devel@nongnu.org; Wed, 19 Oct 2011 08:48:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGVZB-0005TJ-KW for qemu-devel@nongnu.org; Wed, 19 Oct 2011 08:48:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGVZB-0005Sv-A6 for qemu-devel@nongnu.org; Wed, 19 Oct 2011 08:48:17 -0400 Message-ID: <4E9EC70B.6040407@redhat.com> Date: Wed, 19 Oct 2011 14:48:11 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1318957134-2923-1-git-send-email-yhalperi@redhat.com> In-Reply-To: <1318957134-2923-1-git-send-email-yhalperi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qxl: fix guest cursor tracking List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yonit Halperin Cc: alevy@redhat.com, qemu-devel@nongnu.org, spice-devel@freedesktop.org On 10/18/11 18:58, Yonit Halperin wrote: > (1) If the guest cursor command is empty, don't reload it after migration. > (2) Cleaning the guest cursor when it is released by > the spice server. In addition, explicitly reset the > cursor in spice upon destroying the primary surface > (was done by spice-server implicitly). This will prevent > access to pci memory that was released. Added to spice patch queue. thanks, Gerd