From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ND0Kv-0007pp-Oa for qemu-devel@nongnu.org; Tue, 24 Nov 2009 13:42:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ND0Kq-0007mS-Vp for qemu-devel@nongnu.org; Tue, 24 Nov 2009 13:42:01 -0500 Received: from [199.232.76.173] (port=38958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ND0Kq-0007mE-PH for qemu-devel@nongnu.org; Tue, 24 Nov 2009 13:41:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3298) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ND0Kq-0002KU-9X for qemu-devel@nongnu.org; Tue, 24 Nov 2009 13:41:56 -0500 Date: Tue, 24 Nov 2009 20:41:47 +0200 From: Gleb Natapov Message-ID: <20091124184147.GA22992@redhat.com> References: <20091122172101.GB9880@redhat.com> <38AF5F086DB24529A1D605A0E2414FD0@FSCPC> <20091122195136.GC9880@redhat.com> <74E6EFE7D92346E29A2E321F017E6308@FSCPC> <20091123072823.GB2999@redhat.com> <1F775774A6D54955836164CA63C6BFBA@FSCPC> <20091123183041.GB10115@redhat.com> <20091124155702.GC17606@morn.localdomain> <20091124165901.GK2999@redhat.com> <20091124175300.GD17606@morn.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091124175300.GD17606@morn.localdomain> Subject: [Qemu-devel] Re: [PATCH][SEABIOS] Make SMBIOS table pass MS SVVP test List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: qemu-devel@nongnu.org, Sebastian Herbszt On Tue, Nov 24, 2009 at 12:53:00PM -0500, Kevin O'Connor wrote: > On Tue, Nov 24, 2009 at 06:59:01PM +0200, Gleb Natapov wrote: > > On Tue, Nov 24, 2009 at 10:57:02AM -0500, Kevin O'Connor wrote: > > > On Mon, Nov 23, 2009 at 08:30:41PM +0200, Gleb Natapov wrote: > > > > On Mon, Nov 23, 2009 at 07:15:55PM +0100, Sebastian Herbszt wrote: > > > > > Ok - sounds good if bios_characteristics gets proper system based values. > > > > > > > > > Kevin can you help here. I can send a patch, but I am not sure I know > > > > everything SeaBIOS supports. > > > > > > I don't know what bios_characteristics should be set to. > > > > > http://www.phoenix.com/NR/rdonlyres/51EEA1E6-20C1-4FA2-A3D8-AD8E45335C47/0/specssmbios.pdf > > Page 30 have the description. > > Bit 4 ISA is supported > Bit 7 PCI is supported > Bit 9 Plug and Play is supported > Bit 10 APM is supported > Bit 12 BIOS shadowing is allowed > Bit 15 Boot from CD is supported > Bit 16 Selectable Boot is supported > Bit 19 EDD (Enhanced Disk Drive) Specification is supported > Bit 22 Int 13h - 5.25" / 360 KB Floppy Services are supported > Bit 23 Int 13h - 5.25" /1.2MB Floppy Services are supported > Bit 24 Int 13h - 3.5" / 720 KB Floppy Services are supported > Bit 25 Int 13h - 3.5" / 2.88 MB Floppy Services are supported > Bit 27 Int 9h, 8042 Keyboard services are supported > Bit 28 Int 14h, Serial Services are supported > Bit 29 Int 17h, Printer Services are supported > Bit 30 Int 10h, CGA/Mono Video Services are supported > > Several of the above are dependent on CONFIG_xxx settings. > > However, I'm not really sure how the above overlaps with your SVVP > patch.. > It is not. I am just thinking about putting real info there instead of "not supported". SVVP pass as it is. Do you prefer to leave it as is? -- Gleb.