[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MINI-OS PATCH 15/19] 9pfs: refactor init_9pfront()
- To: Juergen Gross <jgross@xxxxxxxx>, <minios-devel@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Mon, 14 Jul 2025 17:22:52 -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=2CleyZsMicTx94o79O5O4QUYFYDfCc1mHTEGqGwEo04=; b=pcWquQpdgQByvouhU6Ho3qFdIn4qB2qHtoAM8MQ9AU5Y+r64TZcwCugXf8komOhdFjWyUFPhEL8mjO58DiFvjgLeRM3MfUoPk6Y3GYmaVLofhvmla+rI0dogyvgzjthWrgZcAPYoeA9expZ0aE+tHhrPSjjW2PJ6c0cQjIgD5upj/XmaZYWSGXw0ftmC01r30+jPiRNAMIIrcQfmDJj45LYPC3sR0FQzihGH/SfaFr4WH+1c5blimYXpUae+/hQap4+IzyusstYYdXtaN7cbSnBBos0zCwBWfs8TwZ9RN/RGZhZbDc2czzFbYG9cpdXSilU7k+Tj9NRN+GbiOSSeIg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=aVinGYwmNgqnAsUDT6SPhxolcDRYXW7m+iB8w0nIPvuoInLYSwpgHCxAEY8Z60EJ53ABWXdIKttns3S93laCwGqAU6RqIowJFKptLr0w/VHlu07T9GnGgMaDjktm6ArNdx5B45ie0+QruQkiBvYExObFkcRL6cqpQxg8dTDxQ07OrTKXVpe4zOwbAgCZdvth37pwQfnqacX87hlFHmVEcR4PJvTKjWhw8d52gbZqGYIIRJDVmkb9Bdr2QhGU6q4hAbND9vV4+B7NnGGA6yWNxBleslvSMec5HZ9uM/0754pz5lfmLVAi6K8P8PBhijdBw0+ouFlwHHS7YEq3FIlvvw==
- Cc: <samuel.thibault@xxxxxxxxxxxx>
- Delivery-date: Mon, 14 Jul 2025 21:33:42 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-07-02 04:12, Juergen Gross wrote:
Move the Xenstore and backend interface related handling into a
sub-function in order to prepare supporting reconnecting to an active
9pfs device after kexec.
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
This includes the replacement of gnttab_alloc_and_grant() which should
at least be mentioned in the commit message. With that:
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|