mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
29daa894b6
commit
991c180d74
8 changed files with 34 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue