]> Git Repo - qemu.git/commit
ppc/mac_oldworld: use memdev for RAM
authorIgor Mammedov <[email protected]>
Wed, 19 Feb 2020 16:09:35 +0000 (11:09 -0500)
committerPatchew Importer <[email protected]>
Wed, 19 Feb 2020 16:50:00 +0000 (16:50 +0000)
commit8ee06e4ccb0f447caf9dc884b98986c155915e5c
treea328684d763868993bdb6c507230a9b31af357d6
parenta5b5de02ac5b45341e916ddb84f051e2fade8f02
ppc/mac_oldworld: use memdev for RAM

memory_region_allocate_system_memory() API is going away, so
replace it with memdev allocated MemoryRegion. The later is
initialized by generic code, so board only needs to opt in
to memdev scheme by providing
  MachineClass::default_ram_id
and using MachineState::ram instead of manually initializing
RAM memory region.

Signed-off-by: Igor Mammedov <[email protected]>
Acked-by: David Gibson <[email protected]>
Acked-by: Mark Cave-Ayland <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20200219160953[email protected]>
hw/ppc/mac_oldworld.c
This page took 0.020662 seconds and 4 git commands to generate.