On 13/07/2015 10:55, Peter Maydell wrote: > Yes, that would make sense. But why do we need to do more > full invalidates now?
Because the board doesn't call memory_region_set_log. > > You can just add a memory_region_set_log call for the integratorcp and > > versatilepb RAM regions. > > It seems a bit of a shame that we basically broke previously > working configs for all our boards with embedded framebuffer > in RAM :-( They are not broken, just less efficient. But it's easy to fix; I'll prepare the patch to add memory_region_set_log. Paolo