[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-stable] [PATCH v2 6/8] pc: Drop ref to Bochs from -no-fd-bootchk d
From: |
Markus Armbruster |
Subject: |
[Qemu-stable] [PATCH v2 6/8] pc: Drop ref to Bochs from -no-fd-bootchk documentation |
Date: |
Fri, 22 Feb 2013 18:19:59 +0100 |
Manual page and qemu-doc on talk about "Bochs BIOS". We use SeaBIOS,
and it implements the feature. Replace by just "BIOS", and drop the
ugly TODO line wondering about the Bochs reference.
Signed-off-by: Markus Armbruster <address@hidden>
---
qemu-options.hx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index 2832d82..623e41c 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1260,9 +1260,8 @@ DEF("no-fd-bootchk", 0, QEMU_OPTION_no_fd_bootchk,
STEXI
@item -no-fd-bootchk
@findex -no-fd-bootchk
-Disable boot signature checking for floppy disks in Bochs BIOS. It may
+Disable boot signature checking for floppy disks in BIOS. May
be needed to boot from old floppy disks.
-TODO: check reference to Bochs BIOS.
ETEXI
DEF("no-acpi", 0, QEMU_OPTION_no_acpi,
--
1.7.11.7
- [Qemu-stable] [PATCH v2 0/8] -boot and -no-fd-bootchk fixes, Markus Armbruster, 2013/02/22
- [Qemu-stable] [PATCH v2 2/8] qemu-option: check_params() is now unused, drop it, Markus Armbruster, 2013/02/22
- [Qemu-stable] [PATCH v2 3/8] vl: Fix -boot order and once regressions, and related bugs, Markus Armbruster, 2013/02/22
- [Qemu-stable] [PATCH v2 1/8] vl: Clean up parsing of -boot option argument, Markus Armbruster, 2013/02/22
- [Qemu-stable] [PATCH v2 4/8] vl: Rename *boot_devices to *boot_order, for consistency, Markus Armbruster, 2013/02/22
- [Qemu-stable] [PATCH v2 5/8] pc: Make -no-fd-bootchk stick across boot order changes, Markus Armbruster, 2013/02/22
- [Qemu-stable] [PATCH v2 6/8] pc: Drop ref to Bochs from -no-fd-bootchk documentation,
Markus Armbruster <=
- [Qemu-stable] [PATCH v2 7/8] qtest: Don't reset on qtest chardev connect, Markus Armbruster, 2013/02/22
- [Qemu-stable] [PATCH v2 8/8] qtest: Add boot order test, Markus Armbruster, 2013/02/22