From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK9SV-0004e5-7Y for qemu-devel@nongnu.org; Wed, 11 May 2011 09:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QK9SQ-0007bP-8h for qemu-devel@nongnu.org; Wed, 11 May 2011 09:28:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK9SP-0007b0-W4 for qemu-devel@nongnu.org; Wed, 11 May 2011 09:28:06 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4BDS4tb021417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 11 May 2011 09:28:04 -0400 From: Gerd Hoffmann Date: Wed, 11 May 2011 15:27:57 +0200 Message-Id: <1305120482-8207-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [STABLE PULL] spice: locking fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here are the spice locking fixes backported to the 0.14 stable branch. please pull, Gerd The following changes since commit 56a60dd6d619877e9957ba06b92d2f276e3c229d: Version 0.14.1 (2011-05-04 13:50:56 -0500) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.stable.14 Gerd Hoffmann (4): spice: enable thread support spice: don't create updates in spice server context. spice: don't call displaystate callbacks from spice server context. spice: drop obsolete iothread locking Jes Sorensen (1): Make spice dummy functions inline to fix calls not checking return values configure | 1 + hw/qxl-render.c | 25 ++++++++++----------- hw/qxl.c | 27 +++++++++++------------ ui/qemu-spice.h | 12 ++++++++- ui/spice-display.c | 61 +++++++++++++++++++++++++++++++++------------------ ui/spice-display.h | 24 ++++++++++++++++---- 6 files changed, 94 insertions(+), 56 deletions(-)