diff options
author | Daniel P. Berrangé | 2021-02-16 20:10:26 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-02-25 14:14:33 +0100 |
commit | 1bd39ea91115603977df48128b669a115d222dc8 (patch) | |
tree | d30737c0c0b5ab5d2356e48db541f6e5cb2e48f6 /docs/system | |
parent | docs: update to show preferred boolean syntax for -vnc (diff) | |
download | qemu-1bd39ea91115603977df48128b669a115d222dc8.tar.gz qemu-1bd39ea91115603977df48128b669a115d222dc8.tar.xz qemu-1bd39ea91115603977df48128b669a115d222dc8.zip |
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>
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/cpu-models-x86.rst.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/system/cpu-models-x86.rst.inc b/docs/system/cpu-models-x86.rst.inc index 9a2327828e..867c8216b5 100644 --- a/docs/system/cpu-models-x86.rst.inc +++ b/docs/system/cpu-models-x86.rst.inc @@ -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 ^^^^^^^^^^^^^^^^^ |