]> git.ipfire.org Git - thirdparty/qemu.git/commit
smbios: add smbios_add_usr_blob_size() helper
authorIgor Mammedov <imammedo@redhat.com>
Thu, 14 Mar 2024 15:22:50 +0000 (16:22 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 18 Mar 2024 12:42:45 +0000 (08:42 -0400)
commit684b49fda6735fef7ee07bb2c628b37fa114ca1e
treed67be33a6d43e03d3127461e8bfdc74b6084ffba
parent9cd7fd69cfad9180e22b9adb728fc7b596b4bc1e
smbios: add smbios_add_usr_blob_size() helper

it will be used by follow up patch when legacy handling
is moved out into a separate file.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Ani Sinha <anisinha@redhat.com>
Message-Id: <20240314152302.2324164-10-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/smbios/smbios.c