man: Don't suggest --cpu host

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani
2024-06-11 16:35:26 +02:00
committed by Pavel Hrdina
parent ba3a098c3b
commit 0530df767a
+1 -1
View File
@@ -414,7 +414,7 @@ Some examples:
``--cpu core2duo,+x2apic,disable=vmx``
Expose the core2duo CPU model, force enable x2apic, but do not expose vmx
``--cpu host``
``--cpu host-model``
Expose the host CPUs configuration to the guest. This enables the guest to
take advantage of many of the host CPUs features (better performance), but
may cause issues if migrating the guest to a host without an identical CPU.