|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH-for-9.1 v2 10/21] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults() |
Date: | Wed, 27 Mar 2024 15:17:34 +0100 |
User-agent: | Mozilla Thunderbird |
On 27/3/24 15:08, Zhao Liu wrote:
On Wed, Mar 27, 2024 at 10:51:12AM +0100, Philippe Mathieu-Daudé wrote:Date: Wed, 27 Mar 2024 10:51:12 +0100 From: Philippe Mathieu-Daudé <philmd@linaro.org> Subject: [PATCH-for-9.1 v2 10/21] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults() X-Mailer: git-send-email 2.41.0 'uuid_encoded' is always NULL, remove it.It's a boolean, so, s/NULL/true/.
Oops, thanks ;)
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- include/hw/firmware/smbios.h | 3 +-- hw/arm/virt.c | 3 +-- hw/i386/fw_cfg.c | 2 +- hw/loongarch/virt.c | 2 +- hw/riscv/virt.c | 2 +- hw/smbios/smbios.c | 6 ++---- 6 files changed, 7 insertions(+), 11 deletions(-)Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
[Prev in Thread] | Current Thread | [Next in Thread] |