From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnUHQ-0002pE-Cz for qemu-devel@nongnu.org; Fri, 14 Jun 2013 09:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnUHP-0006qC-5i for qemu-devel@nongnu.org; Fri, 14 Jun 2013 09:43:04 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:56097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnUHO-0006q1-UK for qemu-devel@nongnu.org; Fri, 14 Jun 2013 09:43:03 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 14 Jun 2013 07:43:02 -0600 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id D0ED7C90050 for ; Fri, 14 Jun 2013 09:42:57 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5EDftYH220166 for ; Fri, 14 Jun 2013 09:41:55 -0400 Received: from d01av05.pok.ibm.com (loopback [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r5EDftqY005017 for ; Fri, 14 Jun 2013 09:41:55 -0400 From: Anthony Liguori In-Reply-To: <1371208516-7857-7-git-send-email-armbru@redhat.com> References: <1371208516-7857-1-git-send-email-armbru@redhat.com> <1371208516-7857-7-git-send-email-armbru@redhat.com> Date: Fri, 14 Jun 2013 08:41:44 -0500 Message-ID: <87mwqsg67b.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH v3 06/16] doc: Drop ref to Bochs from -no-fd-bootchk documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: jan.kiszka@siemens.com, alex.williamson@redhat.com, afaerber@suse.de, aviksil@linux.vnet.ibm.com Markus Armbruster 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 Reviewed-by: Anthony Liguori 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