qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/2] SMBIOS: Allow users to chose base board typ


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 2/2] SMBIOS: Allow users to chose base board type
Date: Wed, 20 May 2015 11:24:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


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 <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]