Re: [Qemu-devel] [PATCH 0/3] Remove arch_init SMBIOS and ACPI code

2017-01-18 Thread Paolo Bonzini
On 17/01/2017 20:30, Eduardo Habkost wrote: > This creates stubs for SMBIOS and ACPI option parsing functions, > so that we don't need arch-specific #ifdefs in arch_init just for > calling the option parsers. > > Eduardo Habkost (3): > stubs: Add smbios_entry_add() stub > stubs: acpi_table_a

[Qemu-devel] [PATCH 0/3] Remove arch_init SMBIOS and ACPI code

2017-01-17 Thread Eduardo Habkost
This creates stubs for SMBIOS and ACPI option parsing functions, so that we don't need arch-specific #ifdefs in arch_init just for calling the option parsers. Eduardo Habkost (3): stubs: Add smbios_entry_add() stub stubs: acpi_table_add() stub arch_init: Move acpi_table_add() call back to vl