diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-02-13 10:56:56 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-02-28 00:23:36 +0100 |
| commit | 84e945aad2d0cd950996a73705b4467e30ddbfa2 (patch) | |
| tree | aff90322df81e71edec7c0273e84b3c725db6662 /qemu-options.hx | |
| parent | 158a054c4d1a40179f5e83cd7e1cfe65de457b92 (diff) | |
| download | focaccia-qemu-84e945aad2d0cd950996a73705b4467e30ddbfa2.tar.gz focaccia-qemu-84e945aad2d0cd950996a73705b4467e30ddbfa2.zip | |
vl, pc: turn -no-fd-bootchk into a machine property
Add a fd-bootchk property to PC machine types, so that -no-fd-bootchk returns an error if the machine does not support booting from floppies and checking for boot signatures therein. Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-options.hx')
| -rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 9be1e5817c..1136642c21 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2650,7 +2650,7 @@ DEF("no-fd-bootchk", 0, QEMU_OPTION_no_fd_bootchk, SRST ``-no-fd-bootchk`` Disable boot signature checking for floppy disks in BIOS. May be - needed to boot from old floppy disks. + needed to boot from old floppy disks. Synonym of ``-m fd-bootchk=off``. ERST DEF("acpitable", HAS_ARG, QEMU_OPTION_acpitable, |