From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMiN6-0001UN-6W for qemu-devel@nongnu.org; Wed, 18 May 2011 11:09:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMiN1-0003uE-BD for qemu-devel@nongnu.org; Wed, 18 May 2011 11:09:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMiN1-0003tq-2a for qemu-devel@nongnu.org; Wed, 18 May 2011 11:09:07 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4IF96xm032237 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 18 May 2011 11:09:06 -0400 From: Gerd Hoffmann Date: Wed, 18 May 2011 17:08:57 +0200 Message-Id: <1305731343-27110-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here is the spice patch queue, bringing SASL support for spice (by Marc-Andr=C3=A9 Lureau) and a few bug fixes. please pull, Gerd The following changes since commit 96d19bcbf5f679bbaaeab001b572c367fbfb2b= 03: ahci: Unbreak bar registration (2011-05-16 10:15:47 -0500) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v36 Gerd Hoffmann (3): qxl: add to the list of devices which disable the default vga qemu-config: comment spell fix spice: require spice 0.6.0 or newer. Hans de Goede (2): spice-qemu-char: Fix flow control in client -> guest direction spice: add option for disabling copy paste support Marc-Andr=C3=A9 Lureau (1): spice: add SASL support configure | 2 +- qemu-config.c | 12 +++++++++--- qemu-options.hx | 16 ++++++++++++++++ spice-qemu-char.c | 11 +++++------ ui/spice-core.c | 26 ++++++++++++++++++-------- vl.c | 1 + 6 files changed, 50 insertions(+), 18 deletions(-)