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

2015-08-07 Thread Laszlo Ersek
comments below On 08/06/15 19:14, 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. Then smbios_get_tables() will return the entry point table in right format. Signed-off-by: Wei Huang

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

2015-08-07 Thread Laszlo Ersek
sorry, another comment: On 08/06/15 19:14, 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. Then smbios_get_tables() will return the entry point table in right format. Signed-off-by: Wei

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

2015-08-06 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 w...@redhat.com --- hw/i386/pc_piix.c | 3 +-