Re: [Qemu-devel] [ARM SMBIOS V2 PATCH 3/6] smbios: pass ram size as a parameter to build smbios tables

2015-08-07 Thread Wei Huang
On 08/07/2015 11:41 AM, Laszlo Ersek wrote: > On 08/06/15 19:14, Wei Huang wrote: >> This patch adds a new parameter, mem_size, to smbios_get_tables() >> function. This step is required to make smbios code architect-independent. > > (1) "architecture"-independent It was pointed out before; but s

Re: [Qemu-devel] [ARM SMBIOS V2 PATCH 3/6] smbios: pass ram size as a parameter to build smbios tables

2015-08-07 Thread Laszlo Ersek
On 08/06/15 19:14, Wei Huang wrote: > This patch adds a new parameter, mem_size, to smbios_get_tables() > function. This step is required to make smbios code architect-independent. (1) "architecture"-independent > > Signed-off-by: Wei Huang > --- > hw/i386/pc.c | 2 +- > hw/i386/sm

[Qemu-devel] [ARM SMBIOS V2 PATCH 3/6] smbios: pass ram size as a parameter to build smbios tables

2015-08-06 Thread Wei Huang
This patch adds a new parameter, mem_size, to smbios_get_tables() function. This step is required to make smbios code architect-independent. Signed-off-by: Wei Huang --- hw/i386/pc.c | 2 +- hw/i386/smbios.c | 8 include/hw/i386/smbios.h | 2 ++ 3 files changed, 7 in