From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57709 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6gdb-0007N4-Jg for qemu-devel@nongnu.org; Fri, 15 Oct 2010 05:31:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6gda-00084o-9A for qemu-devel@nongnu.org; Fri, 15 Oct 2010 05:31:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6gda-00084e-2v for qemu-devel@nongnu.org; Fri, 15 Oct 2010 05:31:42 -0400 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.13.8/8.13.8) with ESMTP id o9F9VfaA010153 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Oct 2010 05:31:41 -0400 From: Gerd Hoffmann Date: Fri, 15 Oct 2010 11:31:35 +0200 Message-Id: <1287135097-8914-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] spice fixes. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series brings two bug fixes for spice. The patches are also available in the git repository at: git://anongit.freedesktop.org/spice/qemu bugfix.1 please pull, Gerd Gerd Hoffmann (1): spice display: replace private lock with qemu mutex. Hans de Goede (1): spice-core: fix watching for write events ui/spice-core.c | 2 +- ui/spice-display.c | 22 +++++++++------------- ui/spice-display.h | 1 - 3 files changed, 10 insertions(+), 15 deletions(-)