From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWl5s-0007Iu-Kk for qemu-devel@nongnu.org; Thu, 17 Oct 2013 06:46:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWl5n-00060X-Pp for qemu-devel@nongnu.org; Thu, 17 Oct 2013 06:46:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWl5n-00060N-H6 for qemu-devel@nongnu.org; Thu, 17 Oct 2013 06:46:11 -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 r9HAkAR5011382 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Oct 2013 06:46:10 -0400 From: Gerd Hoffmann Date: Thu, 17 Oct 2013 12:45:55 +0200 Message-Id: <1382006760-19388-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 0/4] 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 comes the spice patch queue with a small collection of fixes. cheers, Gerd The following changes since commit 1680d485777ecf436d724631ea8722cc0c6699= 0e: Merge remote-tracking branch 'rth/tcg-ldst-6' into staging (2013-10-14 = 09:59:59 -0700) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v75 for you to fetch changes up to 9fa032866daae68357d99abc725c18fe9ed4b61b: spice: fix multihead support (2013-10-17 12:42:54 +0200) ---------------------------------------------------------------- Christophe Fergeau (1): Fix VNC SASL authentication when using a QXL device Gerd Hoffmann (2): spice-display: add display channel id to the debug messages. spice: fix multihead support Marc-Andr=C3=A9 Lureau (1): spice: replace use of deprecated API hw/display/qxl.c | 19 ++++++++-------- include/ui/qemu-spice.h | 5 +++-- ui/spice-core.c | 40 +++++++++++++++++++++++---------- ui/spice-display.c | 60 ++++++++++++++++++++++++++++++++-----------= ------ vl.c | 4 ++-- 5 files changed, 81 insertions(+), 47 deletions(-)