[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/8] init-dom0less and dom0less xenstore evtchn
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Tue, 26 Aug 2025 17:08:39 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org 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=WLDVZsW2vOynKmFhkjPwuLl8ue1HLr8SARqLFSFlnsc=; b=nWu8GYrgEinjBPV3ZnsQjQHx1BpEyt5XZbouP8dqnmKMkFRsvrClvJ9SuAR9bazOPMQBqmO44/svGxUGfJ+Iv9sfyPDJ5v+kJxRu8uoqCFEvTLYuJtOlEuURiCnJiJFdQeD/Mg0HKaoUcA372xX0X6RiI5K1dnEEo6vtLrj+6jIcZWUMnZvZ3C80lEQOrtU0eM3WiNECmEkQtnN6nCnOVYvhDs4m1U1HG7GpgNZgOEwAmlLwuH8ThFXL5faGIKJdG03rT4ZaltO5EJ9nixVBEJTxBzaCl1/mznCTzrFD49HTWdgDgTh45mFhzFR7cluwckgE/JyYSo4da/7yr2J67g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=nJkcfBWy7cncnOs3wBm9Oi3YghuyZzgATxNufdUpFsYZ6bt0qHenFdYpd1UBZ98COtHJeby7mrrodBvFowTavaMj9PEXIfDRq7ugyO9pkpK/PiYTq2PAkkBaSaswD1GjaFG3CEkEwEGmsyB7Njdc87Wgn3I66E4R6QUZj5Af+v4O9h1goagUewxZ0D3KZNs8OYgnD7mTI2Lc6ef293FkNWEP12uMIxq80wMi0mRTUfhOYuiYS5vCVQponi0iVk0uT/npbpPsu40EeMJVnjs9KG811OoOSvy0VipbOSdNTQcf9WN81REgdYkEOHwIge50Pcxf79dbgJNPK/Fzs+GCSQ==
- Cc: Jason Andryuk <jason.andryuk@xxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>
- Delivery-date: Tue, 26 Aug 2025 21:09:14 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
These are the init-dom0less and dom0less xenstore evtchn changes split
from
https://lore.kernel.org/xen-devel/20250716211504.291104-1-jason.andryuk@xxxxxxx/
The xenstored changes have already gone in.
init-dom0less needs to be changed to handle auto-introduced domains,
which this series does. Once that is done, dom0less code can populate
the event channel in the xenstore page (which triggers the
auto-population). The previous posting's ordering of "xen/dom0less:
store xenstore event channel in page" before init-dom0less changes would
have been broken.
Jason Andryuk (8):
tools/init-dom0less: Make handles global
tools/init-dom0less: Factor out xenstore setup
tools/init-dom0less: Only introduce un-introduced domains
tools/init-dom0less: Switch domain_exists to check xenstore name
tools/init-dom0less: Use introduced to determine no-enhanced
tools/init-dom0less: Remove use of err()
tools/init-dom0less: Continue on error
xen/dom0less: store xenstore event channel in page
tools/helpers/init-dom0less.c | 127 ++++++++++++++++--------
xen/common/device-tree/dom0less-build.c | 7 ++
2 files changed, 95 insertions(+), 39 deletions(-)
--
2.50.1
|