From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f171.google.com (mail-yk0-f171.google.com [209.85.160.171]) by kanga.kvack.org (Postfix) with ESMTP id 5EBD56B0038 for ; Wed, 10 Jun 2015 11:26:49 -0400 (EDT) Received: by yken206 with SMTP id n206so24589864yke.2 for ; Wed, 10 Jun 2015 08:26:49 -0700 (PDT) Received: from SMTP.CITRIX.COM (smtp.citrix.com. [66.165.176.89]) by mx.google.com with ESMTPS id n7si4194317ykd.116.2015.06.10.08.26.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Jun 2015 08:26:48 -0700 (PDT) Message-ID: <557856D1.1070702@citrix.com> Date: Wed, 10 Jun 2015 16:25:05 +0100 From: David Vrabel MIME-Version: 1.0 Subject: Re: [Xen-devel] [Patch V4 00/16] xen: support pv-domains larger than 512GB References: <1433765217-16333-1-git-send-email-jgross@suse.com> In-Reply-To: <1433765217-16333-1-git-send-email-jgross@suse.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Juergen Gross , xen-devel@lists.xensource.com, konrad.wilk@oracle.com, david.vrabel@citrix.com, boris.ostrovsky@oracle.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org On 08/06/15 13:06, Juergen Gross wrote: > Support 64 bit pv-domains with more than 512GB of memory. > > Tested with 64 bit dom0 on machines with 8GB and 1TB and 32 bit dom0 on a > 8GB machine. Conflicts between E820 map and different hypervisor populated > memory areas have been tested via a fake E820 map reserved area on the > 8GB machine. Applied to for-linus-4.2, thanks. Boris or Konrad, can you kick of a test run with this branch, please? David -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964836AbbFJP1B (ORCPT ); Wed, 10 Jun 2015 11:27:01 -0400 Received: from smtp.citrix.com ([66.165.176.89]:63241 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933738AbbFJP0t (ORCPT ); Wed, 10 Jun 2015 11:26:49 -0400 X-IronPort-AV: E=Sophos;i="5.13,588,1427760000"; d="scan'208";a="270703522" Message-ID: <557856D1.1070702@citrix.com> Date: Wed, 10 Jun 2015 16:25:05 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-Version: 1.0 To: Juergen Gross , , , , , , Subject: Re: [Xen-devel] [Patch V4 00/16] xen: support pv-domains larger than 512GB References: <1433765217-16333-1-git-send-email-jgross@suse.com> In-Reply-To: <1433765217-16333-1-git-send-email-jgross@suse.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/06/15 13:06, Juergen Gross wrote: > Support 64 bit pv-domains with more than 512GB of memory. > > Tested with 64 bit dom0 on machines with 8GB and 1TB and 32 bit dom0 on a > 8GB machine. Conflicts between E820 map and different hypervisor populated > memory areas have been tested via a fake E820 map reserved area on the > 8GB machine. Applied to for-linus-4.2, thanks. Boris or Konrad, can you kick of a test run with this branch, please? David