diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-11-13 03:10:52 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-12-10 12:15:11 -0500 |
commit | 991c180d740c04c2f8c08c8783ad868fc832589f (patch) | |
tree | 6548d26a81a0a6740d47926356dee82fc1052206 /docs/specs | |
parent | 29daa894b6c31eae074dcb59a98ff3a309688754 (diff) |
treewide: do not use short-form boolean options
They are going to be deprecated, avoid warnings on stdout while the
tests run.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/specs')
-rw-r--r-- | docs/specs/tpm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specs/tpm.rst b/docs/specs/tpm.rst index 5e9aef4db3..3be190343a 100644 --- a/docs/specs/tpm.rst +++ b/docs/specs/tpm.rst @@ -343,7 +343,7 @@ In case an Arm virt machine is emulated, use the following command line: -device tpm-tis-device,tpmdev=tpm0 \ -device virtio-blk-pci,drive=drv0 \ -drive format=qcow2,file=hda.qcow2,if=none,id=drv0 \ - -drive if=pflash,format=raw,file=flash0.img,readonly \ + -drive if=pflash,format=raw,file=flash0.img,readonly=on \ -drive if=pflash,format=raw,file=flash1.img In case SeaBIOS is used as firmware, it should show the TPM menu item |