Re: [Qemu-devel] [PATCH v4.1 5/33 FIXED] add memdev backend infrastructure

2014-06-06 Thread Don Slutz
Tested that "make check" no longer fails with this version. -Don Slutz On 06/06/14 11:54, Igor Mammedov wrote: Provides framework for splitting host RAM allocation/ policies into a separate backend that could be used by devices. Initially only legacy RAM backend is provided, which uses memo

[Qemu-devel] [PATCH v4.1 5/33 FIXED] add memdev backend infrastructure

2014-06-06 Thread Igor Mammedov
Provides framework for splitting host RAM allocation/ policies into a separate backend that could be used by devices. Initially only legacy RAM backend is provided, which uses memory_region_init_ram() allocator and compatible with every CLI option that affects memory_region_init_ram(). Signed-off