From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCXX1-0003Qa-5A for qemu-devel@nongnu.org; Mon, 23 Nov 2009 06:56:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCXWw-0003Ot-TC for qemu-devel@nongnu.org; Mon, 23 Nov 2009 06:56:34 -0500 Received: from [199.232.76.173] (port=53609 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCXWw-0003Oo-PY for qemu-devel@nongnu.org; Mon, 23 Nov 2009 06:56:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30272) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCXWv-0000IM-AX for qemu-devel@nongnu.org; Mon, 23 Nov 2009 06:56:30 -0500 Date: Mon, 23 Nov 2009 13:56:23 +0200 From: Gleb Natapov Message-ID: <20091123115623.GJ2999@redhat.com> References: <20091122140853.GI3193@redhat.com> <20091122172101.GB9880@redhat.com> <38AF5F086DB24529A1D605A0E2414FD0@FSCPC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <38AF5F086DB24529A1D605A0E2414FD0@FSCPC> 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: Sebastian Herbszt Cc: kevin@koconnor.net, qemu-devel@nongnu.org On Sun, Nov 22, 2009 at 06:39:16PM +0100, Sebastian Herbszt wrote: > >>Are the BIOS characteristics extension bytes valid if BIOS characteristics is not supported? > >I have no idea. SVVP test complains though. > > p->bios_characteristics[0] = 0x08; /* BIOS characteristics not supported */ > > Can you retest with this line removed? > Done. No difference. -- Gleb.