Re: [Qemu-devel] [ARM SMBIOS V2 PATCH 2/6] smbios: remove dependency on x86 e820 tables

2015-08-07 Thread Laszlo Ersek
On 08/06/15 19:14, Wei Huang wrote: Current smbios builds type 19 table from e820, which is x86 specific. This patch removes smbios' dependency on e820 by passing an array of memory area to smbios_get_tables(). Signed-off-by: Wei Huang w...@redhat.com --- hw/i386/pc.c | 18

[Qemu-devel] [ARM SMBIOS V2 PATCH 2/6] smbios: remove dependency on x86 e820 tables

2015-08-06 Thread Wei Huang
Current smbios builds type 19 table from e820, which is x86 specific. This patch removes smbios' dependency on e820 by passing an array of memory area to smbios_get_tables(). Signed-off-by: Wei Huang w...@redhat.com --- hw/i386/pc.c | 18 +- hw/i386/smbios.c |