686ee09506
b8aff280-virtinst-quickfix-ubuntu-net-preseed-insert-cdrom-error.patch 25b88733-urldetect-Dont-overload-suse_content-variable.patch 9308bae3-util-Fix-typo-vpcu-vcpu.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=438
21 lines
870 B
Diff
21 lines
870 B
Diff
Subject: util: Fix typo vpcu -> vcpu
|
|
From: Martin Kletzander mkletzan@redhat.com Mon Oct 22 14:46:03 2018 +0100
|
|
Date: Mon Oct 22 15:05:30 2018 +0100:
|
|
Git: 9308bae310ff7889876d8c9d6f0187356e0fa2ce
|
|
|
|
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
|
|
|
|
diff --git a/man/virt-install.pod b/man/virt-install.pod
|
|
index 8cd56fe..062c785 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>
|
|
|