From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Uvn-0001JX-OM for qemu-devel@nongnu.org; Thu, 23 Feb 2012 04:25:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0Uvi-0002dk-Ak for qemu-devel@nongnu.org; Thu, 23 Feb 2012 04:25:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Uvi-0002de-2t for qemu-devel@nongnu.org; Thu, 23 Feb 2012 04:25:38 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1N9PbPx000825 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 23 Feb 2012 04:25:37 -0500 Message-ID: <4F46060E.1050008@redhat.com> Date: Thu, 23 Feb 2012 10:25:34 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1329944981-28311-1-git-send-email-alevy@redhat.com> In-Reply-To: <1329944981-28311-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 0/9] qxl: fix hangs caused by qxl_render_update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: yhalperi@redhat.com, qemu-devel@nongnu.org Hi, > vga: stop after the first ppm_save > - single liner to ensure a single ppm_save for a single screendump > monitor command. That needs a refinement. /me somehow looked at a old vga.c checkout and missed commit 2313e998d7bf55d02499ee162fb4558af4fbb3f5. See the small patch series just send. The qxl bits look fine now. cheers, Gerd