]> git.proxmox.com Git - mirror_qemu.git/commit
machine: call machine init from wrapper
authorIgor Mammedov <imammedo@redhat.com>
Wed, 10 May 2017 11:29:58 +0000 (13:29 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 11 May 2017 19:08:50 +0000 (16:08 -0300)
commit482dfe9a9e8fe72d6a96c927e23078808f9cacd2
treea3cafb39db5b33da0e0669c62a84db83510dee10
parent3b8a8557f781c4216744d9ab69bee43b526b0c64
machine: call machine init from wrapper

add machine_run_board_init() wrapper that calls machine
init for now but in follow up patches it will be used
to run generic machine code that should run before
machine init.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <1494415802-227633-15-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/machine.c
include/hw/boards.h
vl.c