hw/arm/virt: Move post cpu realize check into its own function
commitfe11f058c5fda70360f810e7bddd4b6d69f76230
authorAndrew Jones <drjones@redhat.com>
Thu, 1 Oct 2020 06:17:15 +0000 (1 08:17 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 8 Oct 2020 14:24:32 +0000 (8 15:24 +0100)
treeea5ead8b1668e55e4fe410f9d4e969c2ae9dcca6
parent281a3c330e0d694ce4f364fa0f74738ac4afd6dc
hw/arm/virt: Move post cpu realize check into its own function

We'll add more to this new function in coming patches so we also
state the gic must be created and call it below create_gic().

No functional change intended.

Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrew Jones <drjones@redhat.com>
Message-id: 20201001061718.101915-4-drjones@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c