Re: [Qemu-devel] [PATCH 2.1 14/28] add memdev backend infrastructure

2014-03-06 Thread Hu Tao
On Tue, Mar 04, 2014 at 03:00:42PM +0100, Paolo Bonzini wrote: > From: 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_ra

[Qemu-devel] [PATCH 2.1 14/28] add memdev backend infrastructure

2014-03-04 Thread Paolo Bonzini
From: 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_i