qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] c0c858: cris: memory: Replace memory_region_i


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] c0c858: cris: memory: Replace memory_region_init_ram with ...
Date: Sat, 11 Apr 2015 03:30:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: c0c8584142a13e728178e51f2477c23a84ce74b4
      
https://github.com/qemu/qemu/commit/c0c8584142a13e728178e51f2477c23a84ce74b4
  Author: Dirk Müller <address@hidden>
  Date:   2015-04-11 (Sat, 11 Apr 2015)

  Changed paths:
    M hw/cris/axis_dev88.c

  Log Message:
  -----------
  cris: memory: Replace memory_region_init_ram with 
memory_region_allocate_system_memory

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.

Tested-by: Edgar E. Iglesias <address@hidden>
Reviewed-by: Edgar E. Iglesias <address@hidden>
Cc: Edgar E. Iglesias <address@hidden>
Signed-off-by: Dirk Mueller <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]