diff options
| author | Eduardo Habkost | 2016-06-15 21:41:19 +0200 |
|---|---|---|
| committer | Eduardo Habkost | 2016-07-07 20:24:54 +0200 |
| commit | 39a3b377b89506ad15b8bc91fe2296f65b9f755a (patch) | |
| tree | bc6878100b43e015374b13557f8c74a8025ba236 /include/hw | |
| parent | qdev: GlobalProperty.errp field (diff) | |
| download | qemu-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.h | 1 |
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: |
