[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MINI-OS PATCH 04/19] time: unbind VIRQ_TIMER across kexec
- To: Juergen Gross <jgross@xxxxxxxx>, <minios-devel@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Tue, 8 Jul 2025 17:13:32 -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=fNDiOJi8mF1Yhz0y3wYTNAu0CNutPqlWLF45cqUnlKc=; b=OvNbaphoMTjQAB6yzr8+p5PuYpoGAPeqcFa0WjLcxHJ7lubb+g4EsGn0PPvS8FfSTlKTy4yQnOa3Qwwvi4Tef684nkXpKAvmA1BVz8XABUNR1gbLwt5ee8vK8qGc9JunGFn2AaUkdkOXGt4xw30Kc2xUkmNDC/OFL+92Z22o6xTLzuy6iWsVISp8bGWhlLtyZbhLfo1YAoGATbBwqLpSJ26Ly1i0NCz8+FSRrptjJpz+JSrJMQU6S85dCUtHUqQG8mI3XrafUWtSSFmYLeq2p5ydc8KOe0KvuVvh7OM/XKuaK0G7D6TwGP0uPp5wMM10mMFiEbBRwOqI1ED5bmAuUg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=c1iIzUp8GA3RDDGBuphGnws082HWGZvL34xDrRxPh08mj74HWaJj00uWrGtm4xI9ptykG+yB3UKSaCAr9WIRe5S3iT02WjM84EuDoyzAMHXedxS+Q2x0+F+XfKJQgaonRi6yO3B/06+EdB5lWNqCRbDCFTDLQpRs69SOxahyAIdnSQDpuLnxfyDrnbpR8R5SKrLJiEMPP62jik9xRBqlvAQ9Cfw3Cm2fnnuycBO7ZjiVy7hOlHY6yorDD/tIh+R8eZol1yAOIPwl2Djt4WeP0INi50/f6Ij6OdZDXINwTOzfe/yFMqBYHwX2cnL+3J6dGhrljhoqJxW2uWf4jHvpdw==
- Cc: <samuel.thibault@xxxxxxxxxxxx>
- Delivery-date: Tue, 08 Jul 2025 21:30:53 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-07-02 04:12, Juergen Gross wrote:
Deactivate the VIRQ_TIMER event when doing kexec() in order to be
able to set it up again in the new kernel.
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|