From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXGry-0003PO-Hn for qemu-devel@nongnu.org; Wed, 11 Feb 2009 10:19:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXGrx-0003Oj-W8 for qemu-devel@nongnu.org; Wed, 11 Feb 2009 10:19:22 -0500 Received: from [199.232.76.173] (port=52279 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXGrx-0003Of-L9 for qemu-devel@nongnu.org; Wed, 11 Feb 2009 10:19:21 -0500 Received: from savannah.gnu.org ([199.232.41.3]:40209 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXGrw-00020N-C4 for qemu-devel@nongnu.org; Wed, 11 Feb 2009 10:19:21 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1LXGru-0004jJ-Jc for qemu-devel@nongnu.org; Wed, 11 Feb 2009 15:19:18 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1LXGrt-0004jD-Px for qemu-devel@nongnu.org; Wed, 11 Feb 2009 15:19:18 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Wed, 11 Feb 2009 15:19:17 +0000 Subject: [Qemu-devel] [6591] Add a description for the set_link monitor command. Reply-To: 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 Revision: 6591 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6591 Author: aliguori Date: 2009-02-11 15:19:16 +0000 (Wed, 11 Feb 2009) Log Message: ----------- Add a description for the set_link monitor command. Signed-off-by: Anthony Liguori Modified Paths: -------------- trunk/monitor.c Modified: trunk/monitor.c =================================================================== --- trunk/monitor.c 2009-02-11 15:11:43 UTC (rev 6590) +++ trunk/monitor.c 2009-02-11 15:19:16 UTC (rev 6591) @@ -1513,7 +1513,8 @@ "value", "set maximum speed (in bytes) for migrations" }, { "balloon", "i", do_balloon, "target", "request VM to change it's memory allocation (in MB)" }, - { "set_link", "ss", do_set_link, "name [up|down]" }, + { "set_link", "ss", do_set_link, + "name [up|down]", "change the link status of a network adapter" }, { NULL, NULL, }, };