mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
3a6e6ac762
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> Message-Id: <20200219160953.13771-56-imammedo@redhat.com> |
||
---|---|---|
.. | ||
addr.c | ||
boston.c | ||
cps.c | ||
gt64xxx_pci.c | ||
Kconfig | ||
Makefile.objs | ||
mips_fulong2e.c | ||
mips_int.c | ||
mips_jazz.c | ||
mips_malta.c | ||
mips_mipssim.c | ||
mips_r4k.c | ||
trace-events |