Message ID | 20220816023658.3551936-1-Penny.Zheng@arm.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <xen-devel-bounces@lists.xenproject.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0AB94C25B08 for <xen-devel@archiver.kernel.org>; Tue, 16 Aug 2022 02:37:43 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.387834.624277 (Exim 4.92) (envelope-from <xen-devel-bounces@lists.xenproject.org>) id 1oNmSF-0007Fx-Sk; Tue, 16 Aug 2022 02:37:19 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 387834.624277; Tue, 16 Aug 2022 02:37:19 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from <xen-devel-bounces@lists.xenproject.org>) id 1oNmSF-0007Fe-NC; Tue, 16 Aug 2022 02:37:19 +0000 Received: by outflank-mailman (input) for mailman id 387834; Tue, 16 Aug 2022 02:37:18 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from <SRS0=YdlV=YU=arm.com=Penny.Zheng@srs-se1.protection.inumbo.net>) id 1oNmSE-0007FY-Gs for xen-devel@lists.xenproject.org; Tue, 16 Aug 2022 02:37:18 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-flk1.inumbo.com (Halon) with ESMTP id 5673c57f-1d0c-11ed-924f-1f966e50362f; Tue, 16 Aug 2022 04:37:15 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ECA33106F; Mon, 15 Aug 2022 19:37:14 -0700 (PDT) Received: from a011292.shanghai.arm.com (a011292.shanghai.arm.com [10.169.190.94]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id BA54D3F70D; Mon, 15 Aug 2022 19:37:10 -0700 (PDT) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion <xen-devel.lists.xenproject.org> List-Unsubscribe: <https://lists.xenproject.org/mailman/options/xen-devel>, <mailto:xen-devel-request@lists.xenproject.org?subject=unsubscribe> List-Post: <mailto:xen-devel@lists.xenproject.org> List-Help: <mailto:xen-devel-request@lists.xenproject.org?subject=help> List-Subscribe: <https://lists.xenproject.org/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xenproject.org?subject=subscribe> Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" <xen-devel-bounces@lists.xenproject.org> X-Inumbo-ID: 5673c57f-1d0c-11ed-924f-1f966e50362f From: Penny Zheng <Penny.Zheng@arm.com> To: xen-devel@lists.xenproject.org Cc: wei.chen@arm.com, Penny Zheng <Penny.Zheng@arm.com>, Stefano Stabellini <sstabellini@kernel.org>, Julien Grall <julien@xen.org>, Bertrand Marquis <bertrand.marquis@arm.com>, Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>, Andrew Cooper <andrew.cooper3@citrix.com>, George Dunlap <george.dunlap@citrix.com>, Jan Beulich <jbeulich@suse.com>, Wei Liu <wl@xen.org> Subject: [PATCH v10 0/9] populate/unpopulate memory when domain on static allocation Date: Tue, 16 Aug 2022 10:36:49 +0800 Message-Id: <20220816023658.3551936-1-Penny.Zheng@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
populate/unpopulate memory when domain on static allocation
|
expand
|
Hi Penny, On 16/08/2022 03:36, Penny Zheng wrote: > Penny Zheng (9): > xen/arm: rename PGC_reserved to PGC_static This was committed by Jan a week ago. And ... > xen: do not merge reserved pages in free_heap_pages() > xen: add field "flags" to cover all internal CDF_XXX ... I have committed those two. Cheers,