mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
memory: MemoryRegion: use /machine as default owner
This will be added (after QOMification) as the QOM parent. Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
563890c7c7
commit
b5c2c3d0c8
2 changed files with 2 additions and 3 deletions
3
vl.c
3
vl.c
|
@ -3986,12 +3986,11 @@ int main(int argc, char **argv, char **envp)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
cpu_exec_init_all();
|
||||
|
||||
current_machine = MACHINE(object_new(object_class_get_name(
|
||||
OBJECT_CLASS(machine_class))));
|
||||
object_property_add_child(object_get_root(), "machine",
|
||||
OBJECT(current_machine), &error_abort);
|
||||
cpu_exec_init_all();
|
||||
|
||||
if (machine_class->hw_version) {
|
||||
qemu_set_version(machine_class->hw_version);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue