On 14/02/19 15:07, Igor Mammedov wrote: > Also some boards (ab)use memory_region_allocate_system_memory(), calling it > several > times to allocate various fixed sized chunks of RAM and ROMs, which is > problematic > to map to a single initial RAM Machine::memdev backend and is currently > broken if > -mem-path points to a not hugepage pool.
This is certainly a good idea. However, I'm not sure why you would need a memdev property on the Machine instead of just allowing 1 -numa node, which is what really is. Thanks, Paolo