|
|
218e99 |
From 1af4a2c0eed60017741611d15b22bcdaffc97453 Mon Sep 17 00:00:00 2001
|
|
|
218e99 |
Message-Id: <1af4a2c0eed60017741611d15b22bcdaffc97453.1383564115.git.minovotn@redhat.com>
|
|
|
218e99 |
In-Reply-To: <5575e0aec51f40ebec46e98ec085cda053283aba.1383564115.git.minovotn@redhat.com>
|
|
|
218e99 |
References: <5575e0aec51f40ebec46e98ec085cda053283aba.1383564115.git.minovotn@redhat.com>
|
|
|
218e99 |
From: Markus Armbruster <armbru@redhat.com>
|
|
|
218e99 |
Date: Fri, 27 Sep 2013 13:31:16 +0200
|
|
|
218e99 |
Subject: [PATCH 06/14] doc: Drop ref to Bochs from -no-fd-bootchk
|
|
|
218e99 |
documentation
|
|
|
218e99 |
|
|
|
218e99 |
RH-Author: Markus Armbruster <armbru@redhat.com>
|
|
|
218e99 |
Message-id: <1380288680-26645-7-git-send-email-armbru@redhat.com>
|
|
|
218e99 |
Patchwork-id: 54562
|
|
|
218e99 |
O-Subject: [PATCH 7.0 qemu-kvm 06/10] doc: Drop ref to Bochs from -no-fd-bootchk documentation
|
|
|
218e99 |
Bugzilla: 997817
|
|
|
218e99 |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
From: Markus Armbruster <armbru@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
Manual page and qemu-doc on talk about "Bochs BIOS". We use SeaBIOS,
|
|
|
218e99 |
and it implements the feature. Replace by just "BIOS", and drop the
|
|
|
218e99 |
TODO line wondering about the Bochs reference.
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Markus Armbruster <armbru@redhat.com>
|
|
|
218e99 |
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
|
|
|
218e99 |
Message-id: 1371208516-7857-7-git-send-email-armbru@redhat.com
|
|
|
218e99 |
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
|
|
218e99 |
(cherry picked from commit 4eda32f588086b6cd0ec2be6a7a6c131f8c2b427)
|
|
|
218e99 |
---
|
|
|
218e99 |
qemu-options.hx | 3 +--
|
|
|
218e99 |
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Michal Novotny <minovotn@redhat.com>
|
|
|
218e99 |
---
|
|
|
218e99 |
qemu-options.hx | 3 +--
|
|
|
218e99 |
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
218e99 |
|
|
|
218e99 |
diff --git a/qemu-options.hx b/qemu-options.hx
|
|
|
218e99 |
index 202a2cf..3c60140 100644
|
|
|
218e99 |
--- a/qemu-options.hx
|
|
|
218e99 |
+++ b/qemu-options.hx
|
|
|
218e99 |
@@ -1268,9 +1268,8 @@ DEF("no-fd-bootchk", 0, QEMU_OPTION_no_fd_bootchk,
|
|
|
218e99 |
STEXI
|
|
|
218e99 |
@item -no-fd-bootchk
|
|
|
218e99 |
@findex -no-fd-bootchk
|
|
|
218e99 |
-Disable boot signature checking for floppy disks in Bochs BIOS. It may
|
|
|
218e99 |
+Disable boot signature checking for floppy disks in BIOS. May
|
|
|
218e99 |
be needed to boot from old floppy disks.
|
|
|
218e99 |
-TODO: check reference to Bochs BIOS.
|
|
|
218e99 |
ETEXI
|
|
|
218e99 |
|
|
|
218e99 |
DEF("no-acpi", 0, QEMU_OPTION_no_acpi,
|
|
|
218e99 |
--
|
|
|
218e99 |
1.7.11.7
|
|
|
218e99 |
|