WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Changed deprecated "set-vcpus" to "vcpu-set" in the xm m

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Changed deprecated "set-vcpus" to "vcpu-set" in the xm man page.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 01 Apr 2006 11:20:09 +0000
Delivery-date: Sat, 01 Apr 2006 11:22:25 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 767e14b727fa729e67874ba1105b14d7e2524e22
# Parent  cfee00c6cd88eca112c4b56c4d2621ce083ea385
Changed deprecated "set-vcpus" to "vcpu-set" in the xm man page.

Signed-off-by:  Charles Coffing <ccoffing@xxxxxxxxxx>

diff -r cfee00c6cd88 -r 767e14b727fa docs/man/xm.pod.1
--- a/docs/man/xm.pod.1 Sat Apr  1 09:49:42 2006
+++ b/docs/man/xm.pod.1 Sat Apr  1 09:50:58 2006
@@ -360,7 +360,7 @@
 Moves a domain out of the paused state.  This will allow a previously
 paused domain to now be eligible for scheduling by the Xen hypervisor.
 
-=item B<set-vcpus> I<domain-id> I<vcpu-count>
+=item B<vcpu-set> I<domain-id> I<vcpu-count>
 
 Enables the I<vcpu-count> virtual CPUs for the domain in question.
 Like mem-set, this command can only allocate up to the maximum virtual
@@ -370,8 +370,8 @@
 VCPUs, the highest number VCPUs will be hotplug removed.  This may be
 important for pinning purposes.
 
-Attempting to set-vcpus to a number larger than the initially
-configured VCPU count is an error.  Trying to set-vcpus to < 1 will be
+Attempting to set the VCPUs to a number larger than the initially
+configured VCPU count is an error.  Trying to set VCPUs to < 1 will be
 quietly ignored.
 
 =item B<vcpu-list> I<[domain-id]>

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Changed deprecated "set-vcpus" to "vcpu-set" in the xm man page., Xen patchbot -unstable <=