Il 15/09/2014 17:20, Peter Crosthwaite ha scritto: >> > + /* Flash programming is done via the SCU, so pretend it is ROM. */ >> > + memory_region_init_ram(flash, NULL, "armv7m.flash", flash_size); > You can give this a better name, such as "stellaris.flash" now that we > are not in armv7m anymore. > > Paolo, do you have any advice as to whether we should attempt to > parent this MR to the machine or something or just stay NULL > (considering we are in non-qdevified code?).
The machine is the default owner anyway. Paolo