From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv0KZ-0007oH-CH for qemu-devel@nongnu.org; Wed, 20 May 2015 05:30:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv0Eo-00011P-J7 for qemu-devel@nongnu.org; Wed, 20 May 2015 05:25:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv0Eo-00010s-DA for qemu-devel@nongnu.org; Wed, 20 May 2015 05:24:30 -0400 Message-ID: <555C52C9.3060602@redhat.com> Date: Wed, 20 May 2015 11:24:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] SMBIOS: Allow users to chose base board type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Privoznik , qemu-devel@nongnu.org Cc: rth@twiddle.net On 20/05/2015 11:15, Michal Privoznik wrote: > So far we only mistakenly claimed support for selecting base > board type. This patch finally implements it. There's an enum in > SMBIOS specification that lays out all the possible values. > Therefore, the type is taken as an integer of the corresponding > string value. > > Signed-off-by: Michal Privoznik The possible values are: 01h Unknown 02h Other 03h Server Blade 04h Connectivity Switch 05h System Management Module 06h Processor Module 07h I/O Module 08h Memory Module 09h Daughter board 0Ah Motherboard (includes processor, memory, and I/O) 0Bh Processor/Memory Module 0Ch Processor/IO Module 0Dh Interconnect Board What is the usecase? Paolo