]> git.proxmox.com Git - mirror_qemu.git/commit
arm: replace instance_post_init()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 27 Nov 2018 08:55:59 +0000 (12:55 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 7 Jan 2019 12:18:42 +0000 (16:18 +0400)
commit51e5ef459eca045d7e8afe880ee60190f0b75b26
tree3f89dce6705b253258e3deb79574e592bf077d53
parent50545b2cc02942c1019edf5ecc79fa192c655295
arm: replace instance_post_init()

Replace arm_cpu_post_init() instance callback by calling it from leaf
classes, to avoid potential ordering issue with other post_init callbacks.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Suggested-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Eduardo Habkost <ehabkost@redhat.com>
target/arm/cpu-qom.h
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c