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

Re: [PATCH v5 38/44] x86/boot: introduce boot domain


  • To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Jason Andryuk <jason.andryuk@xxxxxxx>
  • Date: Tue, 8 Oct 2024 15:30:06 -0400
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=apertussolutions.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=Y2Z5yRJm24XLUVVZ5YpJ0Bc6MGIe3htTRfRZ94mxDC4=; b=s+DL5nDXOUax5KGg/Re25o+8NIpl6S3FzqyQWxfpPdYTYcEQ3mR838mj7wuZO/2+Len2QkH1Mgf7jcr7qqKwaCvrisTibeu9uz0H5KHJSSyFDPqpzyjgOsIfET5AxRqSGnTUMQMHV4BpTRAIAbEqk+XlpODNJZJn0ww7DVDU42tt+FOgrBH7G72aDZg83u99/3qx+SEVDUX9SKwXKJrB+t/ED+3HLUC4YWiK1yMhs8GXMqTOhaXAELDPxVHDvCMprJVpSVAjjc4+HZzFLHAAErnfHWsaS4fxIhYNcZQGFC/cgXtZzeAjlpgQg6qZCLPvZlnEFWb5VbABlWgwGNUzbQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=hxufrTSf1LsBpQdbl5qM4QLXS/TJ8oREV1hlmPOoNn1b7PCSBSHva6NqEzRGHlA7ZwJAoHlokreq2Ql2jI+gPA1k3ZTCMzper5F6ZltlHKhklIKcLZDiL/B4Roh1BUrejAGj/kTiR5bKxC67XgNI2qKVhCpKjQa0aU87mSc8nujwKfLQOeXTFYTIPFszxJXIL7QSJKsbuzi3wSbX5R8HVijKiQf+DiXuKvnfSe+WA1z/dVTuCR6zxxHGhqqBJJIm/6fvf9MrxISCuAWqiPMfA8Yicub/wV5DK2VhGRuVq2VVqMP+gmJCzmTTNlXg5xbMxtSSbvHDmLqKhsTbL57f0Q==
  • Cc: <christopher.w.clark@xxxxxxxxx>, <stefano.stabellini@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
  • Delivery-date: Tue, 08 Oct 2024 20:31:02 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 2024-10-06 17:49, Daniel P. Smith wrote:
To begin moving toward allowing the hypervisor to construct more than one
domain at boot, a container is needed for a domain's build information.

Introduce a new header, <xen/asm/bootdomain.h>, that contains the initial
struct boot_domain that encapsulate the build information for a domain.

No functional change intended.

Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
---
  xen/arch/x86/include/asm/bootdomain.h | 28 +++++++++++++++++++++++++++
  xen/arch/x86/include/asm/bootinfo.h   |  5 +++++
  xen/arch/x86/setup.c                  | 24 ++++++++---------------
  3 files changed, 41 insertions(+), 16 deletions(-)
  create mode 100644 xen/arch/x86/include/asm/bootdomain.h

diff --git a/xen/arch/x86/include/asm/bootdomain.h 
b/xen/arch/x86/include/asm/bootdomain.h
new file mode 100644
index 000000000000..4285223ac5ab
--- /dev/null
+++ b/xen/arch/x86/include/asm/bootdomain.h
@@ -0,0 +1,28 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/*
+ * Copyright (c) 2024 Apertus Solutions, LLC
+ * Author: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
+ * Copyright (c) 2024 Christopher Clark <christopher.w.clark@xxxxxxxxx>
+ */
+
+#ifndef __XEN_X86_BOOTDOMAIN_H__
+#define __XEN_X86_BOOTDOMAIN_H__

ASM__X86__BOOTDOMAIN_H

With that:

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®.