On Wed, 5 Dec 2018 at 20:58, Eduardo Habkost wrote:
>
> All instance_init functions for all virt machine-types run
> exactly the same code, so we don't need separate functions. We
> only need to set instance_init for TYPE_VIRT_MACHINE.
>
> Signed-off-by: Eduardo Habkost
> ---
> hw/arm/virt.c |
All instance_init functions for all virt machine-types run
exactly the same code, so we don't need separate functions. We
only need to set instance_init for TYPE_VIRT_MACHINE.
Signed-off-by: Eduardo Habkost
---
hw/arm/virt.c | 87 +--
1 file chang