docs: update to show preferred boolean syntax for -cpu

The preferred syntax is to use "foo=on|off", rather than a bare
"+foo" or "-foo"

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210216191027.595031-10-berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2021-02-16 19:10:26 +00:00 committed by Paolo Bonzini
parent f3f8ce670a
commit 1bd39ea911
3 changed files with 5 additions and 5 deletions

View file

@ -364,7 +364,7 @@ Host passthrough with feature customization:
.. parsed-literal::
|qemu_system| -cpu host,-vmx,...
|qemu_system| -cpu host,vmx=off,...
Named CPU models:
@ -376,7 +376,7 @@ Named CPU models with feature customization:
.. parsed-literal::
|qemu_system| -cpu Westmere,+pcid,...
|qemu_system| -cpu Westmere,pcid=on,...
Libvirt guest XML
^^^^^^^^^^^^^^^^^