diff mbox

[v3,06/16] doc: Drop ref to Bochs from -no-fd-bootchk documentation

Message ID 1371208516-7857-7-git-send-email-armbru@redhat.com
State New
Headers show

Commit Message

Markus Armbruster June 14, 2013, 11:15 a.m. UTC
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
TODO line wondering about the Bochs reference.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 qemu-options.hx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Anthony Liguori June 14, 2013, 1:41 p.m. UTC | #1
Markus Armbruster <armbru@redhat.com> writes:

> 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
> TODO line wondering about the Bochs reference.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>

Regards,

Anthony Liguori

> ---
>  qemu-options.hx | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index bf94862..8355f9b 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -1268,9 +1268,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
diff mbox

Patch

diff --git a/qemu-options.hx b/qemu-options.hx
index bf94862..8355f9b 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1268,9 +1268,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,