[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] libxl: except Dom0 from setting PoD target
- To: Jan Beulich <jbeulich@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Wed, 27 Aug 2025 21:08:10 -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=H6+TSKfnk47FVFH3ZkV9Y2lCk/gX6KdWrnRfuVGnpoo=; b=T5O/QjnaNMfyWCqyNlKVtM3ptPRE+mRBpaUB6EzPSt9ozgF/qL6XAibAT0PQWXRNc5myMnnqYtHa3xheMZ0f0/9KIP157ebEG8aLcQ7/is9NWgNFgEeFBVe+euGXiH3jP7J5gtaCWtE9uIejpl6BbIFBtNpMs1amWhQ3wNsRbH1ppm8vYbK+sJHwkjc0iDxj9+6VePvz+qSYhwZlIIDJV1T+6zNB3kliQhQ8Mt5Oz5yRruXBOnSJMeHag0rlN9wVS70vy4wdZ+rble4dh79m5mYm7J6/T85588B6ZURC9NMNeDQ1LeDPk9Xd5TWZzLb8rX+qO4fcxmjgenTfPsQHGA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=hkzBmJrs36uoPs58DoR4u+tiE9tP2FXC3RWD+Njegi5UxGNuD8fDb0NCSu4NylBt1DgMighwDD5aCERcS22+qYX/TR52e5hi49huaR/xkUaCUNjEPH0CU2Vce8ZKJHPynpikflBSkqiFZ9wHSr5a4BZxZ2a7FiciUPjJuSk8YwTgLZ57kHG0VVsMtwDsOW5tRALfAtgkaPF3ZRwMgR4q4t2TWN1L8hk1PLRERj2gF9/1PJsDsBrb40AGpjgQnRz3Glz6svb2lAHXhlnOdfbPlMfFgsstYQLXchdWUv1C7w+VlGD3cCPT4hI/wAe5TDItd6w8FJUsgrxOjlbUiZFU1g==
- Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- Delivery-date: Thu, 28 Aug 2025 01:08:24 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-08-27 01:53, Jan Beulich wrote:
Dom0 is never started in PoD mode, and hence it can at "best" do harm if
we try to set a PoD target for it.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
Did you observe an issue, or just notice this when inspecting the code?
If an issue, please add to the commit message.
Thanks,
Jason
|