From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdGw4-0002xI-By for qemu-devel@nongnu.org; Fri, 27 Feb 2009 23:36:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdGw1-0002s3-J7 for qemu-devel@nongnu.org; Fri, 27 Feb 2009 23:36:23 -0500 Received: from [199.232.76.173] (port=49477 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdGw1-0002rt-FJ for qemu-devel@nongnu.org; Fri, 27 Feb 2009 23:36:21 -0500 Received: from igw2.watson.ibm.com ([129.34.20.6]:33592) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LdGw1-0004k3-3f for qemu-devel@nongnu.org; Fri, 27 Feb 2009 23:36:21 -0500 Received: from mailhub4.watson.ibm.com (mailhub4.watson.ibm.com [129.34.20.46]) by igw2.watson.ibm.com (8.13.1/8.13.1/8.13.1-2008-04-22 igw) with ESMTP id n1S4aSFA010250 for ; Fri, 27 Feb 2009 23:36:29 -0500 Received: from mailhub4.watson.ibm.com (localhost.localdomain [127.0.0.1]) by mailhub4.watson.ibm.com (8.13.1/8.13.1/8.13.1-01-23-2007-Delivery) with ESMTP id n1S4aDuu002047 for ; Fri, 27 Feb 2009 23:36:13 -0500 Received: from [9.2.17.82] (gsal-3.watson.ibm.com [9.2.17.82]) by mailhub4.watson.ibm.com (8.13.1/8.13.1/8.13.1-01-23-2007-IMSS) with ESMTP id n1S4aDAZ002044 for ; Fri, 27 Feb 2009 23:36:13 -0500 From: Stefan Berger Content-Type: multipart/mixed; boundary="=-AZKSZtx12bChRxJtmSjj" Date: Fri, 27 Feb 2009 23:36:12 -0500 Message-Id: <1235795772.11589.2.camel@gsal-3.watson.ibm.com> Mime-Version: 1.0 Subject: [Qemu-devel] [PATCH] Clarification of -incoming command line parameter Reply-To: stefanb@us.ibm.com, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --=-AZKSZtx12bChRxJtmSjj Content-Type: text/plain Content-Transfer-Encoding: 7bit This better describes what the parameters for -incoming are now. Signed-off-by: Stefan Berger --=-AZKSZtx12bChRxJtmSjj Content-Disposition: attachment; filename=vl_incoming_option.diff Content-Type: text/x-patch; name=vl_incoming_option.diff; charset=UTF-8 Content-Transfer-Encoding: 7bit Index: vl.c =================================================================== --- vl.c (revision 6629) +++ vl.c (working copy) @@ -4072,7 +4079,8 @@ "-old-param old param mode\n" #endif "-tb-size n set TB size\n" - "-incoming p prepare for incoming migration, listen on port p\n" + "-incoming [tcp:|exec ]\n" + " prepare for incoming migration using given protocol or tool\n" "\n" "During emulation, the following keys are useful:\n" "ctrl-alt-f toggle full screen\n" --=-AZKSZtx12bChRxJtmSjj--