On 2/17/20 9:33 AM, Igor Mammedov wrote: > the new field will be used by boards to get access to main > RAM memory region and will help to save boiler plate in > boards which often introduce a field or variable just for > this purpose. > > Memory region will be equivalent to what currently used > memory_region_allocate_system_memory() is returning apart > from that it will come from hostmem backend. > Followup patches will incrementally switch boards to using > RAM from MachineState::ram. > > Patch takes care of non-NUMA case and follow up patch will > initialize MachineState::ram for NUMA case. > > Signed-off-by: Igor Mammedov <imamm...@redhat.com> > ---
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~