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

Re: [ImageBuilder][PATCH v2 1/2] uboot-script-gen: Add XEN_STATIC_HEAP


  • To: jiamei.xie <jiamei.xie@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Thu, 16 Mar 2023 10:15:00 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=arm.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
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=VS3sjAu9aAN0xii+G8rwUPWq0f4wbQqIZ5fTGjYmEGM=; b=b8xRjs6tm7fbn28QDFz4SwPKpIexh0wyt18k0+TloqaZDRAVbwasQm6DtlWbGI62FmZbMHKTETTv+U4nrs6fD2stUWgGpYHfJPR2rkVIIYNyfM9aRdVdoARDbRzeempnLvpkcUXeLtrjyCpYdERyYTafxnCd/ZsBCX8F04kPr/elr2iMJ9eI6OSVKuMJ1VycTzE8YjHuZ/BAkr0fplCV9UkXYejLpsFDu47tWrg0b6/J1wYy3SQ2KMaZLDdxxBezqq23XKKJa+KWG6fAap/Bl63Bbp5rrDJBZKCxavLg+Mn/vhKPeDFPH1Ui/sasvVGSU/afD8+wiehz7WwEt/LVfA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hSVgBYeBTJ3YBHfm5KP2PiILqPs6psWjc4JbREFK/HezxaEdaSMj0cCQSEpUAnxZ+h4Zjbt7ISEMeCTk7dlmpNkbHyCiN/uvj3EdubmDMwYIpG7yDRgcZ8SkNziv+ROLrCe/8WWhuUzOrq/lBlkO6XPxN/1V+w8ww0JBy1GXuvxyeVnWOqj+FmQ1ZQohQQZnbSZkzqzpVshUPPKePJ74a4dWTt/uQnhlrPwjXoTHFh74hX7uKzejAqDse32hYjCO/P3SMQV2V2BmSs7o8w+pY8/zll51CquyOvkcnwq1cY2AKEAmA8VCo1ek+Kvh73iLgM0tFYmweJJPhVKTLzMG6Q==
  • Cc: <wei.chen@xxxxxxx>, <sstabellini@xxxxxxxxxx>
  • Delivery-date: Thu, 16 Mar 2023 09:15:13 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>


On 16/03/2023 10:09, jiamei.xie wrote:
> 
> 
> From: jiamei Xie <jiamei.xie@xxxxxxx>
> 
> Add a new config parameter to configure Xen static heap.
> XEN_STATIC_HEAP="baseaddr1 size1 ... baseaddrN sizeN"
> if specified, indicates the host physical address regions
> [baseaddr, baseaddr + size) to be reserved as Xen static heap.
> 
> For instance, XEN_STATIC_HEAP="0x50000000 0x30000000", if specified,
> indicates the host memory region starting from paddr 0x50000000
> with a size of 0x30000000 to be reserved as static heap.
> 
> Signed-off-by: jiamei Xie <jiamei.xie@xxxxxxx>
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>

~Michal




 


Rackspace

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