Hi Alistair,
On Mon, Apr 24, 2017 at 11:23 PM, Alistair Francis wrote:
>>>
>>> Instead of calling all of these in the init function you should split
>>> it up over the machines init and realize function.
>>>
>>> Look at the stm32f205_soc or xlnx-zynqmp files for examples of how to do
>>> this.
>
>>
>> Instead of calling all of these in the init function you should split
>> it up over the machines init and realize function.
>>
>> Look at the stm32f205_soc or xlnx-zynqmp files for examples of how to do
>> this.
>>
>> It also moves away from calling qdev_create() and qdev_init_nofail()
>> an
Hii Alistair,
On Sat, Apr 15, 2017 at 2:42 AM, Alistair Francis wrote:
> On Sun, Apr 9, 2017 at 4:19 AM, Subbaraya Sundeep
> wrote:
>> Emulated Emcraft's Smartfusion2 System On Module starter
>> kit.
>>
>> Signed-off-by: Subbaraya Sundeep
>
> Hey Sundeep,
>
> Cool patch, I have some comments be
On Sun, Apr 9, 2017 at 4:19 AM, Subbaraya Sundeep
wrote:
> Emulated Emcraft's Smartfusion2 System On Module starter
> kit.
>
> Signed-off-by: Subbaraya Sundeep
Hey Sundeep,
Cool patch, I have some comments below.
> ---
> default-configs/arm-softmmu.mak | 1 +
> hw/arm/Makefile.objs
Emulated Emcraft's Smartfusion2 System On Module starter
kit.
Signed-off-by: Subbaraya Sundeep
---
default-configs/arm-softmmu.mak | 1 +
hw/arm/Makefile.objs| 2 +-
hw/arm/msf2_soc.c | 141
3 files changed, 143 insertions(+)