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

2019-01-25 Thread Thomas Huth
On 2019-01-23 16:50, ksourav wrote: > Thanks for the reply. > Should I send patches for socs using NULL owner to qemu-triv...@nongnu.org ? Sure, but please also CC: qemu-...@nongnu.org for ARM-related patches. > I have been reading qemu source code for soc and different device > implementation fo

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

2019-01-23 Thread ksourav
Thanks for the reply. Should I send patches for socs using NULL owner to qemu-triv...@nongnu.org ? I have been reading qemu source code for soc and different device implementation for past few days to understand qemu internals. While I have a rough idea of qemu object model, I would like to have y

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

2019-01-23 Thread Peter Maydell
On Wed, 23 Jan 2019 at 06:10, Thomas Huth wrote: > On 2019-01-23 04:07, ksourav wrote: > > 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 >