smbios: error out when building type 4 table is not possible
commit5ed7948213af8cba0c6153611aa0aea55069bac2
authorIgor Mammedov <imammedo@redhat.com>
Thu, 14 Mar 2024 15:22:58 +0000 (14 16:22 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 18 Mar 2024 12:42:46 +0000 (18 08:42 -0400)
tree84b60add2793b1a22b8b16d2a5b856dbe74622bc
parent4840c8a2b4666cf1b320a387c3f8b609258e7654
smbios: error out when building type 4 table is not possible

If SMBIOS v2 version is requested but number of cores/threads
are more than it's possible to describe with v2, error out
instead of silently ignoring the fact and filling core/thread
count with bogus values.

This will help caller to decide if it should fallback to
SMBIOSv3 when smbios-entry-point-type='auto'

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Ani Sinha <anisinha@redhat.com>
Tested-by: Fiona Ebner <f.ebner@proxmox.com>
Message-Id: <20240314152302.2324164-18-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/smbios/smbios.c