summary refs log tree commit diff stats
path: root/hw/misc
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2020-02-19 11:08:42 -0500
committerPatchew Importer <importer@patchew.org>2020-02-19 16:49:54 +0000
commitb844d822cf628b175a732bbfd25d9348200a1ec6 (patch)
treea6343b212fc94435063fdee02b8fc17cae76cc9d /hw/misc
parentfe64d06afc1c5d895f220c268cfe4d5f1e65d44e (diff)
downloadfocaccia-qemu-b844d822cf628b175a732bbfd25d9348200a1ec6.tar.gz
focaccia-qemu-b844d822cf628b175a732bbfd25d9348200a1ec6.zip
alpha/dp264: 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 <imammedo@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200219160953.13771-9-imammedo@redhat.com>
Diffstat (limited to 'hw/misc')
0 files changed, 0 insertions, 0 deletions