From patchwork Wed May 11 13:27:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 95143 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1001F1007D7 for ; Wed, 11 May 2011 23:29:34 +1000 (EST) Received: from localhost ([::1]:44676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK9Tn-0006b8-9m for incoming@patchwork.ozlabs.org; Wed, 11 May 2011 09:29:31 -0400 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 Received: from rincewind.home.kraxel.org (vpn1-7-108.ams2.redhat.com [10.36.7.108]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p4BDS30U020674; Wed, 11 May 2011 09:28:03 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id CB7CA4296C; Wed, 11 May 2011 15:28:02 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Wed, 11 May 2011 15:27:57 +0200 Message-Id: <1305120482-8207-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [STABLE PULL] spice: locking fixes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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(-)