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 0CB57C83F17 for ; Thu, 31 Jul 2025 10:04:47 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.1065337.1430752 (Exim 4.92) (envelope-from ) id 1uhQ9H-0002ct-8Y; Thu, 31 Jul 2025 10:04:31 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 1065337.1430752; Thu, 31 Jul 2025 10:04:31 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1uhQ9H-0002cm-4e; Thu, 31 Jul 2025 10:04:31 +0000 Received: by outflank-mailman (input) for mailman id 1065337; Thu, 31 Jul 2025 10:04:30 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1uhQ9G-0002cg-8E for xen-devel@lists.xenproject.org; Thu, 31 Jul 2025 10:04:30 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.96) (envelope-from ) id 1uhQ9F-00AnVa-1z; Thu, 31 Jul 2025 10:04:29 +0000 Received: from [2a01:cb15:80df:da00:94d0:641e:16e6:ca4b] (helo=l14) by xenbits.xenproject.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uhQ9F-000KH7-0w; Thu, 31 Jul 2025 10:04:29 +0000 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" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xenproject.org; s=20200302mail; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date; bh=w9lRAKuy+zPC6Th4jO7Ljdr+5ejoOKDfjvl0hXTuP5E=; b=K0yq2A6eNbWW/n7a6PHaJrKFvi tFIRmxIb6/kmwZEA5CKkicM6g2AheAd/pdAqSddMpGKmQNd6V+nmwoqNbAc+8H8B0FCVKy9kzzhuz Zsdzl1LCUM1iWUMOcbR/NXwJS582PjrgU4Qfdj1waMkJuNwM6Nt4rLT+8KVVfk4E/j5E=; Date: Thu, 31 Jul 2025 12:04:27 +0200 From: Anthony PERARD To: Mykola Kvach Cc: xen-devel@lists.xenproject.org, Mykola Kvach , Anthony PERARD , Juergen Gross Subject: Re: [PATCH v7 2/4] tools/xl: Allow compilation of 'xl resume' command on Arm Message-ID: References: <1394ced0f1268244bfe4875152874f3f8ee0378a.1753778926.git.mykola_kvach@epam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1394ced0f1268244bfe4875152874f3f8ee0378a.1753778926.git.mykola_kvach@epam.com> On Tue, Jul 29, 2025 at 11:52:12AM +0300, Mykola Kvach wrote: > From: Mykola Kvach > > The "xl resume" command was previously excluded from Arm builds because > system suspend/resume (e.g., SYSTEM_SUSPEND via vPSCI) was not > implemented. On x86, this command is used for resume. > > This change enables compilation of `xl resume` on Arm regardless of the > underlying implementation status, making the tool available for testing > and future feature support. The relevant libxl infrastructure and handler > functions are already present and usable. > > Note: This does not imply full system suspend/resume support on Arm. > The `xl suspend` command still does not work on Arm platforms. > > Signed-off-by: Mykola Kvach > --- > Changes in v7: > - dropped renaming of LIBXL_HAVE_NO_SUSPEND_RESUME macro Acked-by: Anthony PERARD Thanks, -- Anthony PERARD