From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guL4O-0002i1-7E for qemu-devel@nongnu.org; Thu, 14 Feb 2019 12:45:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guKv9-0002n9-Ms for qemu-devel@nongnu.org; Thu, 14 Feb 2019 12:35:36 -0500 Received: from mail-ot1-x342.google.com ([2607:f8b0:4864:20::342]:35080) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1guKv9-0002m9-Gj for qemu-devel@nongnu.org; Thu, 14 Feb 2019 12:35:35 -0500 Received: by mail-ot1-x342.google.com with SMTP id z19so11921889otm.2 for ; Thu, 14 Feb 2019 09:35:35 -0800 (PST) MIME-Version: 1.0 References: <20190205173306.20483-1-eric.auger@redhat.com> In-Reply-To: <20190205173306.20483-1-eric.auger@redhat.com> From: Peter Maydell Date: Thu, 14 Feb 2019 17:35:23 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v6 00/18] ARM virt: Initial RAM expansion and PCDIMM/NVDIMM support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger Cc: Eric Auger , QEMU Developers , qemu-arm , Shameerali Kolothum Thodi , Igor Mammedov , David Hildenbrand , "Dr. David Alan Gilbert" , David Gibson , Andrew Jones On Tue, 5 Feb 2019 at 17:33, Eric Auger wrote: > This series aims to bump the 255GB RAM limit in machvirt and to > support device memory in general, and especially PCDIMM/NVDIMM. > Functionally, the series is split into 3 parts: > 1) bump of the initial RAM limit [1 - 10] and change in > the memory map > 2) Support of PC-DIMM [11 - 14] > 3) Support of NV-DIMM [15 - 18] > > 1) can be upstreamed before 2 and 2 can be upstreamed before 3. Hi Eric; sorry I haven't reviewed this series earlier. I think that 1-10 are pretty near to ready to go in; maybe the easiest path is to do a respin of just those with the review issues fixed? I'm a long way from being expert in the PC-DIMM/NV-DIMM stuff, so I'm going to be reliant on other people to review those parts. I don't know if your series needs anything from linux-headers which isn't already in QEMU master after the update to match 5.0rc1 -- if not you could drop the header-sync patch. thanks -- PMM