[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MINI-OS PATCH 05/19] mm: refactor init_page_allocator()


  • To: Juergen Gross <jgross@xxxxxxxx>, <minios-devel@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Jason Andryuk <jason.andryuk@xxxxxxx>
  • Date: Tue, 8 Jul 2025 17:13:41 -0400
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=FMa7ECTARDmd5L6zJ25fi4TG9HI3uZHFcYJ2ncVq27U=; b=qLeTGuN5/mz1CBR1ccobyO5Ufl5W5esFc6audyYg5jaDcIzHUevL2i6rDXbiSmsXyd7wpCJBZXYGoNRQ2rvhTm9+3837966qh855PzDAkG95eOIyM+hQMaCybRShGv9jcdZ0tGfVHi5Y+HMktS4t38wvcBMpublyX0LEdFpMey8uc09bV2paO/nuMcpxmEqBU8sji0dsWs2IiSLQIhY5CjIvtl1o3U6h3qXJPtz6z3KQlwLktSPk4W8Gqsifoz4u1k85I23q42rRdDKIwAiW/L71mSs1UjIFkJviClbt4Lfl9fjsi3Iq6JLv8dXD/boZlxm/gXdp25on+GQSow4EjA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=oOSIyM35oSsQQt9oJccaGvJfv37mhf6e2aaynLAe204Y+L/FwPfGs3Wpc10K+ZdTPBzZEfACemadZRyicx5XzPYlgeu5r2eM+hNNTTWjpeS8QvM9E9zF0JqW5H1L/mGxCsT13LpHgvxvod10B888A1bAw601Lya5EYdNvgpefItJjAgIHo7iNvGlRFWOWednBYFkF06RN5/129eQ9nWWHfqt8YdxO2p2cl/XiIHKsp/6sMEYXCIKR1mnq1a1zjgPdZ9sdIpqFU3sEbAxgcujUAlLpQqg2/JiPdln1agyQGRMWfnIHlVWS3hY2Mq8xLMr2a+xiJ0+mQlIneL4E2wm+g==
  • Cc: <samuel.thibault@xxxxxxxxxxxx>
  • Delivery-date: Tue, 08 Jul 2025 21:30:57 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 2025-07-02 04:12, Juergen Gross wrote:
Split init_page_allocator() into three functions in order to prepare
for sparing some memory from being added to the buddy allocator.

Use a function pointer for selecting the function used for handling a
memory range, as this will be needed by a future patch. For the same
reason make iterate_memory_range() globally visible.

Signed-off-by: Juergen Gross <jgross@xxxxxxxx>

Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.