Re: [Qemu-devel] object owner argument of memory_region_init_ram

2019-01-22 Thread Thomas Huth
On 2019-01-23 04:07, ksourav wrote: > Hi All, > > I am trying to learn how qemu implements different soc. > While reading the source code, I found that in some socs, object owner > is passed as NULL to the routine memory_region_init_ram() (for example > in nrf51 soc) and in some socs(for example i

[Qemu-devel] object owner argument of memory_region_init_ram

2019-01-22 Thread ksourav
Hi All, I am trying to learn how qemu implements different soc. While reading the source code, I found that in some socs, object owner is passed as NULL to the routine memory_region_init_ram() (for example in nrf51 soc) and in some socs(for example in Allwinner A10) an object(non NULL) is passed t