[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/9] stubdom: configure kexec for PVH Xenstore stubdom
- To: Juergen Gross <jgross@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Wed, 16 Jul 2025 16:10:14 -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=JTNkSj3IULJ6kM1kyg+IGyPL5fiOLdYANu1FGsbS8ig=; b=eLwJEXeKyRb7JVGtEiRij60Rz+7jYYKP0ROnl3VQoyT7QhboeaF5fKbHBbKbGeS2MFy4AK029a5oMDWH+2FzzGIGwdO6KRpwihwdjldPFoVLOhg+K1mEN5YBWcOAc+S05IM5/g/CW55JRNhLVdG5oxqOz9ntTBHjf8klBIwCxbZP3yrNTKsjkip28ggg8H1N+Lr3TAMQO5AY1mrz2VBf4/4xNj8cRUNxoHFz6aeF/v0nd6FxB6aVqFCCckuSEXPZDJpWyLSDkEJxBGMmwCztY3UqhL452YPk9VhHYEiA+kQ0gX9rCKA2IoI7HCrQSlqUwMvJJzU/IPMZV3B4jndptw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=BRMvRhaheVKz6jQSQdXvteN71AOH0JG/TI/ZpOiVKi42iIXhP2x1zRk1xspYbv7hVIYemYHo0tTqcW/ENJ3YHfqkhvJP1fD1FH/RDWx8bY47dEUEkrFGVlHNDaVB/sjlfuJSy9GorGlW16pUXpmZPLuDCvY5iA9T19eBT8cceAvs18up3UIVNb0JwFnSFn5FyGAk5ZwDkamwZBTFTjvehY1RfqNRETmnWmu0+Ff4h7o+QU8825KaQNXOpjI+oni3xU9gprCtP4WRP/2XdazoHIiHRJALsc49K0DWRCjWGqT5biO2Xzd1knvQhu/TnaIIr98uL9O6ya2jqyp6LVFoFg==
- Cc: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>
- Delivery-date: Wed, 16 Jul 2025 20:20:44 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-07-02 04:12, Juergen Gross wrote:
Add the required configuration settings to enable kexec in the PVH
variant of xenstore-stubdom. This is required to support live update.
Set the number of kexec module pages to 18 in order to support using
the kexec module memory for the stubdom's 9pfs granted pages.
In Xenstore code test the CONFIG_KEXEC setting in order to determine
whether stubdom live update is supported (PV xenstore-stubdom doesn't
have live update support, as it lacks kexec).
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|