mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
77280adbdf
commit
39a3b377b8
3 changed files with 19 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue