From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNfQL-0005cc-De for qemu-devel@nongnu.org; Thu, 04 Apr 2013 04:21:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNfQF-0008SG-1n for qemu-devel@nongnu.org; Thu, 04 Apr 2013 04:21:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNfQE-0008SB-Qc for qemu-devel@nongnu.org; Thu, 04 Apr 2013 04:21:26 -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 r348LQ2U031511 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 4 Apr 2013 04:21:26 -0400 Message-ID: <515D3804.90407@redhat.com> Date: Thu, 04 Apr 2013 10:21:24 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1363190315-23956-1-git-send-email-alevy@redhat.com> In-Reply-To: <1363190315-23956-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spice: (32 bit only) fix surface cmd tracking destruction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 03/13/13 16:58, Alon Levy wrote: > No change for 64 bit arches, but for 32 bit previously we zeroed half > the surfaces cmd array, instead of all of it. Patch added to spice patch queue. thanks, Gerd