summaryrefslogtreecommitdiffstats
path: root/include/hw
diff options
context:
space:
mode:
authorEduardo Habkost2016-06-15 21:41:19 +0200
committerEduardo Habkost2016-07-07 20:24:54 +0200
commit39a3b377b89506ad15b8bc91fe2296f65b9f755a (patch)
treebc6878100b43e015374b13557f8c74a8025ba236 /include/hw
parentqdev: GlobalProperty.errp field (diff)
downloadqemu-39a3b377b89506ad15b8bc91fe2296f65b9f755a.tar.gz
qemu-39a3b377b89506ad15b8bc91fe2296f65b9f755a.tar.xz
qemu-39a3b377b89506ad15b8bc91fe2296f65b9f755a.zip
machine: Add machine_register_compat_props() function
Move the compat_props handling to core machine code. Reviewed-by: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/boards.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/boards.h b/include/hw/boards.h
index 3ed6155ee4..3e69eca038 100644
--- a/include/hw/boards.h
+++ b/include/hw/boards.h
@@ -40,6 +40,7 @@ int machine_kvm_shadow_mem(MachineState *machine);
int machine_phandle_start(MachineState *machine);
bool machine_dump_guest_core(MachineState *machine);
bool machine_mem_merge(MachineState *machine);
+void machine_register_compat_props(MachineState *machine);
/**
* CPUArchId: