[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 9/9] tools/xenstored: make stubdom_init() live update aware
- To: Juergen Gross <jgross@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Wed, 16 Jul 2025 16:36:53 -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=+USLEDpilb5rRWJA9j1zyCM6FIc6ByaFqh+RHtg0C/8=; b=I/eBc6HCDlbJx4xjr+3QXiLb7Q6nUnpv4lXiYKUhm+WLgJ0pvtpE9RFfAPLFeV77aPo+OUmgDSbTH+XhakFz5USnO8T1RdOSfLiGhGpV5hMC5v8feSFT4D5ZegRJOx7TTljwcI9cEgQKmq/ILFFe64PyUWAPvzTNCPREA94Kz4Q5VunwlxX4ahl1D2Xzfl10LYKUR9iCTbBRthSCQ+kvuZuxy1/ckR8nRCoNlH32MvmWM5eXAytN4fTY2MQRtL2r7CstxZQyiIPA0g8JQ8MXMMLEprhmliaxUhojcE9CwZsaaIeLYUu74/mWUoH4hSUu/9Wx0vMx08NBGyuyunJBxA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=CO79ccDDwbrnLaoe06saMZbKIGj9R1PpgSOcye++lOuHW1EnqpOGR6+bDp9M/4i3LDjDkLzZ/e1rQLacHRGUROu4Z+RVr/mI7ioXJ0oTPiyOkNdmxQEjPVGM9wN2n8ZDGe7KvFjKWMJYZSrzBjg+j+l1yuaDLY4qo0M/N2OSojJZn3NfgnGee5XxO7qb5swud6a87DK9NUEPXXORotDFQDijMoZNYfVueP+2fdyJlTmTz6NneH0i4n4gM9aP+QxiLt0m6/BZMMQAe7ASYbiojU2XqyZFkF8mMyLjya75Z518ZTM1X0jQC9G1gakvIDT+fqD1uZFxrSb0wHVJH/iJsg==
- Cc: Julien Grall <julien@xxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>
- Delivery-date: Wed, 16 Jul 2025 20:43:52 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-07-02 04:13, Juergen Gross wrote:
Pass the live_update bool to stubdom_init() in order to be able to
handle it properly under Mini-OS.
As stubdom_init() will (re-)create the 9pfs device needed for
reading the saved state, call stubdom_init() before lu_read_state().
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|