mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
'uuid_encoded' is always true, remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20240617071118.60464-12-philmd@linaro.org>
This commit is contained in:
parent
05814d9663
commit
c338128e80
6 changed files with 7 additions and 11 deletions
|
@ -556,7 +556,7 @@ static void virt_build_smbios(LoongArchVirtMachineState *lvms)
|
|||
return;
|
||||
}
|
||||
|
||||
smbios_set_defaults("QEMU", product, mc->name, true);
|
||||
smbios_set_defaults("QEMU", product, mc->name);
|
||||
|
||||
smbios_get_tables(ms, SMBIOS_ENTRY_POINT_TYPE_64,
|
||||
NULL, 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue