Hi, After trying to re-base I see that the code implementation of memory_region_init has been changed. Initially it used to just set the various fields to some default value. Now, it is trying to do a object initialize on the MemoryRegion object.
1. Where does this initialization happen in the code before ?, because in this method it tries to do a look up in the table. 2. What if we allocate ram on the fly ? Thanks, Gaurav