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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57F34C41513 for ; Tue, 15 Aug 2023 21:59:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237945AbjHOV6G (ORCPT ); Tue, 15 Aug 2023 17:58:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234192AbjHOV5e (ORCPT ); Tue, 15 Aug 2023 17:57:34 -0400 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 3989D1FDC; Tue, 15 Aug 2023 14:57:33 -0700 (PDT) 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: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.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.