From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1wfG-0005PW-73 for qemu-devel@nongnu.org; Mon, 27 Feb 2012 04:14:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1wfA-0002T7-EV for qemu-devel@nongnu.org; Mon, 27 Feb 2012 04:14:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1wfA-0002Sz-6I for qemu-devel@nongnu.org; Mon, 27 Feb 2012 04:14:32 -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 q1R9EUrv031873 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 27 Feb 2012 04:14:30 -0500 Message-ID: <4F4B496D.4090102@redhat.com> Date: Mon, 27 Feb 2012 10:14:21 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1330118371-14177-1-git-send-email-alevy@redhat.com> In-Reply-To: <1330118371-14177-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [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: Alon Levy Cc: qemu-devel@nongnu.org On 02/24/12 22:19, Alon Levy wrote: > 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 Added to spice patch queue. thanks, Gerd