Re: [Qemu-devel] [ARM SMBIOS V2 PATCH 1/6] smbios: extract x86 smbios building code into a function

2015-08-07 Thread Laszlo Ersek
On 08/06/15 19:14, Wei Huang wrote: > This patch extracts out the procedure of buidling x86 SMBIOS tables > into a dedicated function. > > Signed-off-by: Wei Huang > --- > hw/i386/pc.c | 38 ++ > 1 file changed, 22 insertions(+), 16 deletions(-) > > diff --gi

[Qemu-devel] [ARM SMBIOS V2 PATCH 1/6] smbios: extract x86 smbios building code into a function

2015-08-06 Thread Wei Huang
This patch extracts out the procedure of buidling x86 SMBIOS tables into a dedicated function. Signed-off-by: Wei Huang --- hw/i386/pc.c | 38 ++ 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 7661ea9..00e45f3