From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S12YD-0002Sl-BY for qemu-devel@nongnu.org; Fri, 24 Feb 2012 16:19:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S12YC-000527-04 for qemu-devel@nongnu.org; Fri, 24 Feb 2012 16:19:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S12YB-00051p-OT for qemu-devel@nongnu.org; Fri, 24 Feb 2012 16:19:35 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1OLJYuF021477 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Feb 2012 16:19:34 -0500 From: Alon Levy Date: Fri, 24 Feb 2012 23:19:24 +0200 Message-Id: <1330118371-14177-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v6 0/7] qxl: fix hangs caused by qxl_render_update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, kraxel@redhat.com v5->v6: rebased dropped vga/console patches addressed checkpatch complaints Alon Levy (7): qxl: fix spice+sdl no cursor regression sdl: remove NULL check, g_malloc0 can't fail qxl: drop qxl_spice_update_area_async definition qxl: require spice >= 0.8.2 qxl: remove flipped qxl: introduce QXLCookie qxl: make qxl_render_update async configure | 2 +- hw/qxl-render.c | 156 ++++++++++++++++++++++++++++++------------------- hw/qxl.c | 164 +++++++++++++++++++++++++++++++++++----------------- hw/qxl.h | 24 ++++---- ui/sdl.c | 4 - ui/spice-core.c | 17 ------ ui/spice-display.c | 57 +++++++++++-------- ui/spice-display.h | 21 +++++++ 8 files changed, 274 insertions(+), 171 deletions(-) -- 1.7.9.1