From: John Ferlan Date: Fri, 6 Mar 2015 15:17:50 +0000 (-0500) Subject: Fix syntax for vcpupin description X-Git-Tag: v1.2.14-rc1~248 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a60f69dfb7a1c61bb03c3d11d3879336d2ff31e4;p=thirdparty%2Flibvirt.git Fix syntax for vcpupin description --- diff --git a/tools/virsh.pod b/tools/virsh.pod index f19601ee2d..4670554e0c 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -2284,8 +2284,8 @@ I or omit I to list all at once. I is a list of physical CPU numbers. Its syntax is a comma separated list and a special markup using '-' and '^' (ex. '0-4', '0-3,^2') can also be allowed. The '-' denotes the range and the '^' denotes exclusive. -If you want to reset vcpupin setting, that is, to pin vcpu all physical cpus, -simply specify 'r' as a cpulist. +If you want to reset vcpupin setting, that is, to pin the I to all +physical cpus, simply specify 'r' as a I. If I<--live> is specified, affect a running guest. If I<--config> is specified, affect the next boot of a persistent guest. If I<--current> is specified, affect the current guest state.