[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] b7ccb8: lm32: memory: Replace memory_region_i
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] b7ccb8: lm32: memory: Replace memory_region_init_ram with ... |
Date: |
Fri, 10 Apr 2015 07:30:07 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: b7ccb83f44eca09e48c61866a090425c762598f0
https://github.com/qemu/qemu/commit/b7ccb83f44eca09e48c61866a090425c762598f0
Author: Dirk Müller <address@hidden>
Date: 2015-04-10 (Fri, 10 Apr 2015)
Changed paths:
M hw/lm32/lm32_boards.c
M hw/lm32/milkymist.c
Log Message:
-----------
lm32: 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.
Cc: Michael Walle <address@hidden>
Signed-off-by: Dirk Mueller <address@hidden>
Acked-by: Michael Walle <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>
Commit: 58c24a4775ef7ccf16cfcd695753dfdf149fe29d
https://github.com/qemu/qemu/commit/58c24a4775ef7ccf16cfcd695753dfdf149fe29d
Author: Dirk Müller <address@hidden>
Date: 2015-04-10 (Fri, 10 Apr 2015)
Changed paths:
M hw/alpha/typhoon.c
Log Message:
-----------
alpha: 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.
Cc: Richard Henderson <address@hidden>
Signed-off-by: Dirk Mueller <address@hidden>
Acked-by: Richard Henderson <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>
Compare: https://github.com/qemu/qemu/compare/81b23ef82cd1...58c24a4775ef
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] b7ccb8: lm32: memory: Replace memory_region_init_ram with ...,
GitHub <=