[virt-tools-list] [virt-manager PATCH] util: Fix typo vpcu -> vcpu

Cole Robinson crobinso at redhat.com
Mon Oct 22 14:08:02 UTC 2018


On 10/22/2018 02:46 PM, Martin Kletzander wrote:
> Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
> ---
>   man/virt-install.pod | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man/virt-install.pod b/man/virt-install.pod
> index 8cd56fe016b7..062c78523e4d 100644
> --- a/man/virt-install.pod
> +++ b/man/virt-install.pod
> @@ -262,7 +262,7 @@ Tune CPU parameters for the guest.
>   
>   Configure which of the host's physical CPUs the domain VCPU will be pinned to. Example invocation
>   
> -    --cputune vpcupin0.vcpu=0,vpcupin0.cpuset=0-3,vpcupin1.vcpu=1,vpcupin1.cpuset=4-7
> +    --cputune vcpupin0.vcpu=0,vcpupin0.cpuset=0-3,vcpupin1.vcpu=1,vcpupin1.cpuset=4-7
>   
>   Use --cputune=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsCPUTuning>
>   
> 

Thanks, pushed now

- Cole




More information about the virt-tools-list mailing list