From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34644 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDGw2-0003qg-Fc for qemu-devel@nongnu.org; Tue, 02 Nov 2010 09:30:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDFU8-0004vE-40 for qemu-devel@nongnu.org; Tue, 02 Nov 2010 07:57:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDFU7-0004um-Qd for qemu-devel@nongnu.org; Tue, 02 Nov 2010 07:57:04 -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 oA2Bv2qd017909 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 2 Nov 2010 07:57:02 -0400 From: Gerd Hoffmann Date: Tue, 2 Nov 2010 12:56:56 +0100 Message-Id: <1288699019-18711-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] spice: misc bugfixes 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 a few bugfixes for spice. please pull, Gerd The following changes since commit 7d72e76228351d18a856f1e4f5365b59d3205dc3: intel-hda: documentation update (2010-11-02 00:41:04 +0300) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu bugfix.2 Gerd Hoffmann (2): spice-core: fix warning when building with spice < 0.6.0 spice-display: replace private lock with qemu mutex. Hans de Goede (1): spice-core: fix watching for write events ui/spice-core.c | 6 +++--- ui/spice-display.c | 27 ++++++++++++++------------- ui/spice-display.h | 1 - 3 files changed, 17 insertions(+), 17 deletions(-)