qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Remove arch_init SMBIOS and ACPI code
@ 2017-01-17 19:30 Eduardo Habkost
  2017-01-17 19:30 ` [Qemu-devel] [PATCH 1/3] stubs: Add smbios_entry_add() stub Eduardo Habkost
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eduardo Habkost @ 2017-01-17 19:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Michael S. Tsirkin, Igor Mammedov

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.c

 include/sysemu/arch_init.h |  2 --
 arch_init.c                | 20 --------------------
 stubs/acpi.c               |  7 +++++++
 stubs/smbios.c             |  7 +++++++
 vl.c                       |  9 +++++++--
 stubs/Makefile.objs        |  2 ++
 6 files changed, 23 insertions(+), 24 deletions(-)
 create mode 100644 stubs/acpi.c
 create mode 100644 stubs/smbios.c

-- 
2.11.0.259.g40922b1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-18  9:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17 19:30 [Qemu-devel] [PATCH 0/3] Remove arch_init SMBIOS and ACPI code Eduardo Habkost
2017-01-17 19:30 ` [Qemu-devel] [PATCH 1/3] stubs: Add smbios_entry_add() stub Eduardo Habkost
2017-01-17 19:30 ` [Qemu-devel] [PATCH 2/3] stubs: acpi_table_add() stub Eduardo Habkost
2017-01-17 19:30 ` [Qemu-devel] [PATCH 3/3] arch_init: Move acpi_table_add() call back to vl.c Eduardo Habkost
2017-01-18  9:07 ` [Qemu-devel] [PATCH 0/3] Remove arch_init SMBIOS and ACPI code Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).