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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 6F7E9C0015E for ; Tue, 15 Aug 2023 23:00:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2VO8tqveGYi7ZRBetTMJKQpeMD+eMExjqVNXIwpe1Ek=; b=mb/KQTn1Sl18EJ Jd1d63y2TzF2MElwxpO8pv5T3abj4wZO0b1FkkN68SQ1qfu0H9LvlyL7I/DzYMSgpPGO4GXvODerr Mzv2lJfP4gENY3d32XaskK8lfK7W+S9ZbDD9VoCSShZgCzG6YzHC1GvQSci2mI/ly0Xtx6i9WEfI6 6uaaB3537pAIzzttLpta+IBGpi11tDAsvYr36o5C3XZlc3+Zzs7VnEbsKuFc7zNzZVwlfDyGyOIc0 xNTpK5suhJkygA6M35YYgnj1r4vxq+rQhjAj1zPfzZ/pYC3TYWincMe/YDSG3VzuMZ8zJTXHG7bGv b9isYwBHTWxPM/kaGuvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qW31X-002lw3-2N; Tue, 15 Aug 2023 23:00:27 +0000 Received: from linux.microsoft.com ([13.77.154.182]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qW22g-002ebD-36 for linux-arm-kernel@lists.infradead.org; Tue, 15 Aug 2023 21:57:36 +0000 Received: from [192.168.0.5] (71-212-112-68.tukw.qwest.net [71.212.112.68]) by linux.microsoft.com (Postfix) with ESMTPSA id 39D36211F5F1; Tue, 15 Aug 2023 14:57:32 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 39D36211F5F1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1692136652; bh=qTgOWQ6rlqLWDIt+xECvqDYP7UBleUA7wutt7s/+/aE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=q4UFBAWAnqP5SnzURd49DQE4tzTZO/DcFJYzj0OsMipnQDqVCO57h7wx8lbBPLaOp 90zwqvRX2aF34zoEjM5cbHoqzhl8InV9dvSSl1KWHEdCigoq0gUs0KoKc7KhyRa1Aj ZIjGXS8ae3qqfch/jagch3PjKYVp/ooO3ywZg35I= Message-ID: <9ff9b099-9c6b-4636-8bbc-1825f132c712@linux.microsoft.com> Date: Tue, 15 Aug 2023 14:57:31 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 02/15] mshyperv: Introduce hv_get_hypervisor_version To: Wei Liu Cc: linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, linux-arm-kernel@lists.infradead.org, linux-arch@vger.kernel.org, mikelley@microsoft.com, kys@microsoft.com, haiyangz@microsoft.com, decui@microsoft.com, ssengar@linux.microsoft.com, mukeshrathor@microsoft.com, stanislav.kinsburskiy@gmail.com, jinankjain@linux.microsoft.com, apais@linux.microsoft.com, Tianyu.Lan@microsoft.com, vkuznets@redhat.com, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, hpa@zytor.com, will@kernel.org, catalin.marinas@arm.com References: <1690487690-2428-1-git-send-email-nunodasneves@linux.microsoft.com> <1690487690-2428-3-git-send-email-nunodasneves@linux.microsoft.com> Content-Language: en-US From: Nuno Das Neves In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230815_145735_052892_F8BC734D X-CRM114-Status: UNSURE ( 8.35 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 8/2/2023 4:39 PM, Wei Liu wrote: > On Thu, Jul 27, 2023 at 12:54:37PM -0700, Nuno Das Neves wrote: >> x86_64 and arm64 implementations to get the hypervisor version >> information. >> Also introduce hv_hypervisor_version_info structure to simplify parsing >> the fields. >> Replace the existing parsing when printing the version numbers. > > The line wrapping looks odd. When you resend, please fix it. If you > meant to use multiple paragraphs, please insert a blank line between > them. > Thanks, I'll fix it. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel