From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUeWe-00050v-Rc for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:39:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUeWb-0003vk-Sf for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:39:52 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:48824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUeWb-0003vM-Gf for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:39:49 -0400 Received: by gxk26 with SMTP id 26so952117gxk.4 for ; Thu, 09 Jun 2011 05:39:48 -0700 (PDT) Message-ID: <4DF0BF12.4090002@redhat.com> Date: Thu, 09 Jun 2011 07:39:46 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1307364580-28385-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1307364580-28385-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 06/06/2011 07:49 AM, Gerd Hoffmann wrote: > 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. Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >