Re: [Qemu-devel] [ARM SMBIOS V5 PATCH 1/2] smbios: add smbios 3.0 support

2015-09-01 Thread Peter Maydell
On 27 August 2015 at 07:15, Laszlo Ersek wrote: > On 08/26/15 21:04, 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 righ

Re: [Qemu-devel] [ARM SMBIOS V5 PATCH 1/2] smbios: add smbios 3.0 support

2015-08-26 Thread Laszlo Ersek
On 08/26/15 21:04, 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. > > Acked-by: Gabriel Somlo > Tested-by: G

[Qemu-devel] [ARM SMBIOS V5 PATCH 1/2] smbios: add smbios 3.0 support

2015-08-26 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. Acked-by: Gabriel Somlo Tested-by: Gabriel Somlo Tested-by: Leif Lindholm Signed-o