On 9 June 2013 17:10, Andreas Färber <afaer...@suse.de> wrote: > Move RAMBlock, RAMList and ram_list to exec/cpu-common.h since they do > not depend on CPUArchState. We can then use it together with qom/cpu.h > to replace cpu.h and exec/cpu-all.h includes, making it fully > target-independent.
Messing directly with RAMBlocks is (or should be) limited to pretty small amounts of the codebase, so maybe it's worth putting these structs in their own header in include/exec which only gets pulled in by the code that really needs it? thanks -- PMM