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

2020-02-05 Thread Philippe Mathieu-Daudé
On 2/4/20 11:05 PM, Paolo Bonzini wrote: Sure! I probably won't send a pull request for a week or so though. Eh I need to rush to get my raspi series fixed/reviewed/merged before that :( Paolo Il mar 4 feb 2020, 16:39 Igor Mammedov > ha scritto: On Tue,

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

2020-02-04 Thread Paolo Bonzini
Sure! I probably won't send a pull request for a week or so though. Paolo Il mar 4 feb 2020, 16:39 Igor Mammedov ha scritto: > On Tue, 4 Feb 2020 16:08:30 +0100 > Igor Mammedov wrote: > > > On Fri, 31 Jan 2020 16:08:30 +0100 > > Igor Mammedov wrote: > > > > Paolo, > > forgot to add address

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

2020-02-04 Thread Igor Mammedov
On Tue, 4 Feb 2020 16:08:30 +0100 Igor Mammedov wrote: > On Fri, 31 Jan 2020 16:08:30 +0100 > Igor Mammedov wrote: > > Paolo, forgot to add address to CC > > could you take a look at patches 1-7, 73,75-78 and > if series looks to be in acceptable shape, merge it via your tree > > > v4:

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

2020-02-04 Thread Igor Mammedov
On Fri, 31 Jan 2020 16:08:30 +0100 Igor Mammedov wrote: Paolo, could you take a look at patches 1-7, 73,75-78 and if series looks to be in acceptable shape, merge it via your tree > v4: > - pick up new Reviewed-by-s > - Fix access to uninitialized pagesize/hpsize in > "[PATCH REPOST v3

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

2020-02-03 Thread Igor Mammedov
e information: > > Subject: [PATCH v4 00/80] refactor main RAM allocation to use hostmem backend > Message-id: 1580483390-131164-1-git-send-email-imamm...@redhat.com [...] > 1/80 Checking commit 60461983c933 (numa: remove deprecated -mem-path fallback > to anonymous RAM) > 2/80 Che

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

2020-01-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1580483390-131164-1-git-send-email-imamm...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v4 00/80] refactor main RAM allocation to use hostmem backend Message-id: 1580483390

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

2020-01-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1580483390-131164-1-git-send-email-imamm...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v4 00/80] refactor main RAM allocation to use hostmem backend Message-id: 1580483390

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

2020-01-31 Thread Igor Mammedov
v4: - pick up new Reviewed-by-s - Fix access to uninitialized pagesize/hpsize in "[PATCH REPOST v3 74/80] exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()" - Make explicitly provided memory-backend work by using string property instead of link so it would be possible to