From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9WvR-0001jj-QI for qemu-devel@nongnu.org; Thu, 06 Sep 2012 03:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9WvQ-0002mW-Gw for qemu-devel@nongnu.org; Thu, 06 Sep 2012 03:54:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9WvQ-0002mR-8k for qemu-devel@nongnu.org; Thu, 06 Sep 2012 03:54:56 -0400 Message-ID: <504856CB.6030106@redhat.com> Date: Thu, 06 Sep 2012 09:54:51 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1346345084-11345-1-git-send-email-riegamaths@gmail.com> In-Reply-To: <1346345084-11345-1-git-send-email-riegamaths@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qxl: dont update invalid area List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: riegamaths@gmail.com Cc: qemu-devel , spice-devel@freedesktop.org On 08/30/12 18:44, riegamaths@gmail.com wrote: > This patch fixes the following error: > > $ ~/usr/bin/qemu-system-x86_64 -enable-kvm -m 1024 -spice port=5900,disable-ticketing -vga qxl -cdrom ~/Images/linuxmint-13-mate-dvd-32bit.iso > (/home/mathslinux/usr/bin/qemu-system-x86_64:10068): SpiceWorker-CRITICAL **: red_worker.c:4599:red_update_area: condition `area->left >= 0 && area->top >= 0 && area->left < area->right && area->top < area->bottom' failed > Aborted > > spice server terminates QEMU process if we pass invalid area to it, > so dont update those invalid areas. Patch added to spice patch queue. thanks, Gerd