From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlJKn-0005gU-ET for qemu-devel@nongnu.org; Sat, 08 Jun 2013 09:37:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlJKm-0005Qn-NB for qemu-devel@nongnu.org; Sat, 08 Jun 2013 09:37:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlJKm-0005Qe-FR for qemu-devel@nongnu.org; Sat, 08 Jun 2013 09:37:32 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r58DbUjk016858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 8 Jun 2013 09:37:30 -0400 From: Hans de Goede Date: Sat, 8 Jun 2013 15:37:26 +0200 Message-Id: <1370698647-6100-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 0/1] spice: Add -spice disable-agent-file-transfer cmdline option (v3) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Hi All, And here is v3 of this patch, history: v2: Add documentation for the new cmdline option v3: Break a line which was longer then 80 chars Regards, Hans