Re: [PATCH 00/86] refactor main RAM allocation to use hostmem backend

2020-01-03 Thread Philippe Mathieu-Daudé
On 1/3/20 2:06 PM, Igor Mammedov wrote: On Tue, 31 Dec 2019 16:58:10 +0100 Philippe Mathieu-Daudé wrote: Hi Igor, On 12/31/19 2:02 PM, Igor Mammedov wrote: Series removes ad hoc RAM allocation API (memory_region_allocate_system_memory) and consolidates it around hostmem backend. It allows to

Re: [PATCH 00/86] refactor main RAM allocation to use hostmem backend

2020-01-03 Thread Igor Mammedov
On Tue, 31 Dec 2019 16:58:10 +0100 Philippe Mathieu-Daudé wrote: > Hi Igor, > > On 12/31/19 2:02 PM, Igor Mammedov wrote: > > Series removes ad hoc RAM allocation API > > (memory_region_allocate_system_memory) > > and consolidates it around hostmem backend. It allows to > > * resolve conflict

Re: [PATCH 00/86] refactor main RAM allocation to use hostmem backend

2019-12-31 Thread Igor Mammedov
On Tue, 31 Dec 2019 16:58:10 +0100 Philippe Mathieu-Daudé wrote: > Hi Igor, > > On 12/31/19 2:02 PM, Igor Mammedov wrote: > > Series removes ad hoc RAM allocation API > > (memory_region_allocate_system_memory) > > and consolidates it around hostmem backend. It allows to > > * resolve conflict

Re: [PATCH 00/86] refactor main RAM allocation to use hostmem backend

2019-12-31 Thread Philippe Mathieu-Daudé
Hi Igor, On 12/31/19 2:02 PM, Igor Mammedov wrote: Series removes ad hoc RAM allocation API (memory_region_allocate_system_memory) and consolidates it around hostmem backend. It allows to * resolve conflicts between global -mem-prealloc and hostmem's "policy" option fixing premature alloca

[PATCH 00/86] refactor main RAM allocation to use hostmem backend

2019-12-31 Thread Igor Mammedov
Series removes ad hoc RAM allocation API (memory_region_allocate_system_memory) and consolidates it around hostmem backend. It allows to * resolve conflicts between global -mem-prealloc and hostmem's "policy" option fixing premature allocation before binding policy is applied * simplify compli