From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ur1eo-0007yd-RN for qemu-devel@nongnu.org; Mon, 24 Jun 2013 03:57:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ur1en-0007Da-Iw for qemu-devel@nongnu.org; Mon, 24 Jun 2013 03:57:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ur1en-0007DL-AU for qemu-devel@nongnu.org; Mon, 24 Jun 2013 03:57:49 -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.14.4/8.14.4) with ESMTP id r5O7vmi3031422 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Jun 2013 03:57:48 -0400 From: Gerd Hoffmann Date: Mon, 24 Jun 2013 09:57:44 +0200 Message-Id: <1372060666-18182-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Tiny spice patch queue with only two patches, one adding a spice cmd line option and one bugfix. please pull, Gerd The following changes since commit 576156ffed72ab4feb0b752979db86ff8759a2a1: Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging (2013-06-20 16:53:39 -0500) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v71 for you to fetch changes up to 5ad24e5f3b5968240d50fb2e5b6e19517b041052: spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850) (2013-06-24 08:23:09 +0200) ---------------------------------------------------------------- Gerd Hoffmann (1): qxl: fix Coverity scan SIGN_EXTENSION error Hans de Goede (1): spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850) hw/display/qxl-render.c | 2 +- qemu-options.hx | 7 +++++-- ui/spice-core.c | 13 +++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-)