From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D28ACC35FFC for ; Sat, 22 Mar 2025 23:54:34 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.924824.1327807 (Exim 4.92) (envelope-from ) id 1tw8fO-0005Z4-TW; Sat, 22 Mar 2025 23:54:14 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 924824.1327807; Sat, 22 Mar 2025 23:54:14 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tw8fO-0005Yt-Ng; Sat, 22 Mar 2025 23:54:14 +0000 Received: by outflank-mailman (input) for mailman id 924824; Sat, 22 Mar 2025 23:54:12 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1tw8fM-0005X4-So for xen-devel@lists.xenproject.org; Sat, 22 Mar 2025 23:54:12 +0000 Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id f10864fd-0778-11f0-9ffa-bf95429c2676; Sun, 23 Mar 2025 00:54:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id DCFAFA1D52; Sun, 23 Mar 2025 00:54:06 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gyg923ibEq6p; Sun, 23 Mar 2025 00:54:06 +0100 (CET) Received: from begin (aamiens-653-1-40-48.w83-192.abo.wanadoo.fr [83.192.199.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id A5796A1C52; Sun, 23 Mar 2025 00:54:06 +0100 (CET) Received: from samy by begin with local (Exim 4.98) (envelope-from ) id 1tw8fG-0000000FFWH-0vFQ; Sun, 23 Mar 2025 00:54:06 +0100 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: f10864fd-0778-11f0-9ffa-bf95429c2676 Date: Sun, 23 Mar 2025 00:54:06 +0100 From: Samuel Thibault To: Juergen Gross Cc: minios-devel@lists.xenproject.org, xen-devel@lists.xenproject.org Subject: Re: [MINI-OS PATCH 00/12] kexec: add kexec support to Mini-OS Message-ID: Mail-Followup-To: Samuel Thibault , Juergen Gross , minios-devel@lists.xenproject.org, xen-devel@lists.xenproject.org References: <20250321092451.17309-1-jgross@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250321092451.17309-1-jgross@suse.com> Organization: I am not organized Hello, Juergen Gross, le ven. 21 mars 2025 10:24:39 +0100, a ecrit: > Add basic kexec support to Mini-OS for running in x86 PVH mode. I am wondering if you had considered using libxc to implement this? The original pv-grub1 is doing it (xen/stubdom/grub/kexec.c) Samuel