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

2020-02-24 Thread Philippe Mathieu-Daudé
On 2/24/20 12:33 PM, Igor Mammedov wrote: On Mon, 24 Feb 2020 09:45:11 +0100 Philippe Mathieu-Daudé wrote: Hi Igor, On 2/19/20 5:08 PM, Igor Mammedov wrote: [...] Series removes ad hoc RAM allocation API (memory_region_allocate_system_memory) and consolidates it around hostmem backend. It al

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

2020-02-24 Thread Igor Mammedov
On Mon, 24 Feb 2020 09:45:11 +0100 Philippe Mathieu-Daudé wrote: > Hi Igor, > > On 2/19/20 5:08 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 c

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

2020-02-24 Thread Philippe Mathieu-Daudé
Hi Igor, On 2/19/20 5:08 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 a

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

2020-02-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200219160953.13771-1-imamm...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v6 00/79] refactor main RAM allocation to use hostmem backend Message-id: 20200219160953.13771-1

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

2020-02-19 Thread Igor Mammedov
v6: - put back arm_boot_info::ram_size initialization removed by mistake in 'arm/collie: use memdev for RAM' and 'arm/palm: use memdev for RAM' patches - 'arm/xilinx_zynq: drop RAM size fixup', use GiB instead of hex numbers to make code/error message more readable - do not mention 'f