From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5FHp-0006lE-L5 for qemu-devel@nongnu.org; Mon, 20 Jan 2014 08:53:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5FHj-000605-IC for qemu-devel@nongnu.org; Mon, 20 Jan 2014 08:53:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5FHj-0005zy-AF for qemu-devel@nongnu.org; Mon, 20 Jan 2014 08:53:03 -0500 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 s0KDr1d4021911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 20 Jan 2014 08:53:02 -0500 From: Markus Armbruster References: <87bnz627hi.fsf@blackfin.pond.sub.org> <1390224540-12380-1-git-send-email-alevy@redhat.com> Date: Mon, 20 Jan 2014 14:52:59 +0100 In-Reply-To: <1390224540-12380-1-git-send-email-alevy@redhat.com> (Alon Levy's message of "Mon, 20 Jan 2014 15:29:00 +0200") Message-ID: <87k3durc90.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2] hw/display/qxl: fix signed to unsigned comparison List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org, kraxel@redhat.com Alon Levy writes: > Fix signed to unsigned comparison in qxl_create_guest_primary and add > the size of the framebuffer to the error message used when setting the > guest bug state (which causes a complete guess blackout until reset, so > it helps if it is verbose). > > Signed-off-by: Alon Levy Reviewed-by: Markus Armbruster