On 10.07.14 09:01, Shreyas B. Prabhu wrote:
Commit 0b183fc871:"memory: move mem_path handling to
memory_region_allocate_system_memory" split memory_region_init_ram and
memory_region_init_ram_from_file. Also it moved mem-path handling a step
up from memory_region_init_ram to memory_region_allocate_system_memory.
Therefore for any board that uses memory_region_init_ram directly,
-mem-path is not supported.
Fix this by replacing memory_region_init_ram with
memory_region_allocate_system_memory.
Signed-off-by: Shreyas B. Prabhu <shre...@linux.vnet.ibm.com>
It think it's reasonable to do this for all targets, except for spapr
where Alexey is already working on a bigger patch. Could you please
remove the spapr change so I can apply the rest to ppc-next already?
Alex