[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 7/7] tools: allow to limit xenstore features via guest config
- To: Juergen Gross <jgross@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Thu, 24 Jul 2025 18:55:59 -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=Jy1d+d3XcpM/RcKgrO/is7QG0W1Ejwr3cb+mcXpu1Zw=; b=pNY2sxOK8z0a546VhQrQSi7VLCwo/NOcyL6FAIbsbuaERSHyrn+hawxpBTMJOg8oa7DiQRm7jiRgp0uWriDb+tFSBN1tHSkLcVfmoJQ73nWzVbZVdoP6IeX4tJrod0i5gPxMtuGl8AZc5Mt6NKTAlBX7xCgKdtYyHGLrFkt5LeliTjf+cmpmw3NdVTcAjuEViRrpJoIWQ+wc0jnIcc7HAIDBRdPxrKSBN8gZnrphrMtfwwHwNtx3/BO5vaaYh4e6EcT4JxMW/EZ/nSKMPkXC8LiVgx/JBSThRRMrq9kIQaoecjfnYyUCxqYukhQvcFoq/dkFEMSS0/iuQVDw7kZHZQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=M3YsSE2L8B0a8nQ6GSJXLwoyraEP2KyrMu2HyhL9EpNc4H5SzrlUjONHK1jPtCL1tO/cCnTpiYecTlJTUKp8UCR0NEs3RoauG4P+YY1YkCknXsFZtzHAqm4OCXBQPnnufHsIyUR/6ZH9WCejIxo+/Yuyyh/Vwdi+JmVNokFM90YqXBiNuGzdpHO8lwfkEknIx7Z6bFknaz+5KOFrkBV+oA5GxBCwmQtH5mHyuHeCsCXoJRsL6pKev21Wk8Sry1HsApNJjL80ZM1Rv4hPQV872+97GK+VmmXvj8+2PIlWyqJHAwAC9GfJO6lPyehm4BhllGMSsbSgQ/odLlwQpkGq8w==
- Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx>, Nick Rosbrook <enr0n@xxxxxxxxxx>, George Dunlap <gwd@xxxxxxxxxxxxxx>
- Delivery-date: Fri, 25 Jul 2025 00:39:33 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-07-22 10:06, Juergen Gross wrote:
Add a guest config parameter "xenstore_feature_mask" allowing to limit
the Xenstore features the guest can see and use. This can be needed in
order to allow migrating a guest to a host running a Xenstore version
providing less features than the source host.
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
+Xenstore is capable to reconnect to a guest.
+
+=item B<0x00000002>
+
+Xenstore will present an error value in case it disconnects due to an error
+condition.
+
+=back
+
+The features supported by the running Xenstore instance can be retireved
"retrieved"
With that:
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|