From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLBEP-0006wt-8N for qemu-devel@nongnu.org; Mon, 08 Oct 2012 07:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLBEL-0005eT-4u for qemu-devel@nongnu.org; Mon, 08 Oct 2012 07:10:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLBEK-0005du-SZ for qemu-devel@nongnu.org; Mon, 08 Oct 2012 07:10:37 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q98BAa7M002266 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Oct 2012 07:10:36 -0400 Message-ID: <5072B4AA.6050005@redhat.com> Date: Mon, 08 Oct 2012 13:10:34 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1349622215-15950-1-git-send-email-alevy@redhat.com> In-Reply-To: <1349622215-15950-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/qxl: qxl_dirty_surfaces: use uintptr_t List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 10/07/12 17:03, Alon Levy wrote: > As suggested by Paolo Bonzini, to avoid possible integer overflow issues. Patch added to spice patch queue, likewise the other two qxl fixes. thanks, Gerd