Re: [Qemu-devel] [ARM SMBIOS V1 PATCH 5/6] smbios: add smbios 3.0 support

2015-07-31 Thread Laszlo Ersek
Hello Wei, there's a bug in one of the SMBIOS 3.0 entry point struct fields. It relates to the use of "smbios_table_max": On 07/28/15 08:00, Wei Huang wrote: > This patch adds support for SMBIOS 3.0 entry point. When caller invokes > smbios_set_defaults(), it can specify entry point as 2.1 or 3.0

[Qemu-devel] [ARM SMBIOS V1 PATCH 5/6] smbios: add smbios 3.0 support

2015-07-27 Thread Wei Huang
This patch adds support for SMBIOS 3.0 entry point. When caller invokes smbios_set_defaults(), it can specify entry point as 2.1 or 3.0. Then smbios_get_tables() will return the entry point table in right format. Signed-off-by: Wei Huang --- hw/i386/pc_piix.c | 3 +- hw/i386/pc_q35.c