OSDN Git Service

machine: Add helpers to get cores/threads per socket
authorZhao Liu <zhao1.liu@intel.com>
Wed, 28 Jun 2023 13:54:34 +0000 (21:54 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Jul 2023 20:17:08 +0000 (16:17 -0400)
commita1d027be95bc375238e5b9292c6aa661a8ddef4c
tree4972609e8f19a2e230c1532c702fc56811930df6
parentb6f53ae005a1c05034769beebf799e861b82d48a
machine: Add helpers to get cores/threads per socket

The number of cores/threads per socket are needed for smbios, and are
also useful for other modules.

Provide the helpers to wrap the calculation of cores/threads per socket
so that we can avoid calculation errors caused by other modules miss
topology changes.

Suggested-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20230628135437.1145805-2-zhao1.liu@linux.intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/core/machine-smp.c
include/hw/boards.h