On 15/01/2025 18.10, Philippe Mathieu-Daudé wrote:
The VirtMachineClass::smbios_old_sys_ver field was only used by virt-2.11 machine, which got removed. Remove it and simplify virt_build_smbios().Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- include/hw/arm/virt.h | 1 - hw/arm/virt.c | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>