diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-02-16 19:10:26 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-02-25 14:14:33 +0100 |
commit | 1bd39ea91115603977df48128b669a115d222dc8 (patch) | |
tree | d30737c0c0b5ab5d2356e48db541f6e5cb2e48f6 /docs/interop | |
parent | f3f8ce670ab2aee1901ba48e304c21b21f615851 (diff) | |
download | 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/interop')
-rw-r--r-- | docs/interop/firmware.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interop/firmware.json b/docs/interop/firmware.json index 989f10b626..9d94ccafa9 100644 --- a/docs/interop/firmware.json +++ b/docs/interop/firmware.json @@ -129,7 +129,7 @@ # "-machine smm=on". (On the "pc-q35-*" machine types of # the @i386 emulation target, @requires-smm presents # further CPU requirements; one combination known to work -# is "-cpu coreduo,-nx".) If the firmware is marked as +# is "-cpu coreduo,nx=off".) If the firmware is marked as # both @secure-boot and @requires-smm, then write # accesses to the pflash chip (NVRAM) that holds the UEFI # variable store must be restricted to code that executes |