Re: [PATCH v5 10/23] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded

2024-05-29 Thread Igor Mammedov
On Wed, 29 May 2024 07:15:26 +0200 Philippe Mathieu-Daudé wrote: > PCMachineClass::smbios_uuid_encoded was only used by the > pc-i440fx-2.1 machine, which got removed. It is now always > true, remove it. > > Reviewed-by: Thomas Huth > Signed-off-by: Philippe Mathieu-Daudé > Reviewed-by: Zhao L

[PATCH v5 10/23] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded

2024-05-28 Thread Philippe Mathieu-Daudé
PCMachineClass::smbios_uuid_encoded was only used by the pc-i440fx-2.1 machine, which got removed. It is now always true, remove it. Reviewed-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Zhao Liu --- include/hw/i386/pc.h | 1 - hw/i386/fw_cfg.c | 3 +-- hw/i386/pc.c