From patchwork Mon Jun 6 12:49:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 98910 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 379C5B6F7F for ; Mon, 6 Jun 2011 23:43:47 +1000 (EST) Received: from localhost ([::1]:56259 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTa5m-0007xv-Qe for incoming@patchwork.ozlabs.org; Mon, 06 Jun 2011 09:43:43 -0400 Received: from eggs.gnu.org ([140.186.70.92]:43943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTZFc-0002Os-97 for qemu-devel@nongnu.org; Mon, 06 Jun 2011 08:49:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTZFZ-0007gG-KD for qemu-devel@nongnu.org; Mon, 06 Jun 2011 08:49:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTZFZ-0007ff-7e for qemu-devel@nongnu.org; Mon, 06 Jun 2011 08:49:45 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p56Cni5Y023875 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 6 Jun 2011 08:49:44 -0400 Received: from rincewind.home.kraxel.org (vpn2-8-52.ams2.redhat.com [10.36.8.52]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p56Cnfbv023507; Mon, 6 Jun 2011 08:49:42 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id 1F94840E76; Mon, 6 Jun 2011 14:49:40 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Mon, 6 Jun 2011 14:49:33 +0200 Message-Id: <1307364580-28385-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id p56Cni5Y023875 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] [PULL] spice patch queue 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, Resending pull request for the spice patch queue. Almost nothing changed, the queue gained one additional fix from Alon and was rebased to latest master. please pull, Gerd The following changes since commit d800040fb47fe4500d1f8bf604b9fd129bda9419: scsi: fix tracing of scsi requests with simple backend (2011-06-05 15:05:35 +0000) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v37 Alon Levy (1): qxl: fix cmdlog for vga 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é Lureau (1): spice: add SASL support configure | 2 +- hw/qxl.c | 4 +++- qemu-config.c | 12 +++++++++--- qemu-options.hx | 16 ++++++++++++++++ spice-qemu-char.c | 11 +++++------ ui/spice-core.c | 26 ++++++++++++++++++-------- vl.c | 1 + 7 files changed, 53 insertions(+), 19 deletions(-)