From nobody Wed May 1 08:05:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1568858856; cv=none; d=zoho.com; s=zohoarc; b=Yrm5jW7ASnAQ7jojsilXICHxm+G9w+Ii/sKBp8Wvg8IOVA/yWLyWHqDM992UEqxwz+ufzHS6JWGQVnG689ifeVw/HwO9G0S8OYrz+QDuhJXGaN8rcQ34CdsVureTG+wLGwYoPCHSG6X1s+UfITX/bBoT1U12eabINu9119X5gr8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568858856; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=MoxGfYLYzjO9oKJgGKMhM/OiAMvC74blZrl6WPNLADw=; b=leb37lLJr4+RP4xrGL1g5TXqhnYjp1r/ypHXH9rWLTrjel/RplooLNDq7N/QhjSe5x1QzSUkfaXB6eDhya3lvDKvmRmiveByLgZ5FOdom9z3itOm8R3CBUeHcZWuDT653W47IZIUT48/eik3AqTXi2mwcGEfFnuhdc9maSBlVcQ= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1568858856396607.7542606333675; Wed, 18 Sep 2019 19:07:36 -0700 (PDT) Received: from localhost ([::1]:36968 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAlr4-0000U9-Rw for importer@patchew.org; Wed, 18 Sep 2019 22:07:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48914) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAlqB-0008MT-5T for qemu-devel@nongnu.org; Wed, 18 Sep 2019 22:06:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAlq9-0001Id-Mi for qemu-devel@nongnu.org; Wed, 18 Sep 2019 22:06:38 -0400 Received: from mga06.intel.com ([134.134.136.31]:10336) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iAlq9-0001Gj-FC for qemu-devel@nongnu.org; Wed, 18 Sep 2019 22:06:37 -0400 Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2019 19:06:33 -0700 Received: from tao-optiplex-7060.sh.intel.com ([10.239.159.36]) by orsmga005.jf.intel.com with ESMTP; 18 Sep 2019 19:06:32 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,522,1559545200"; d="scan'208";a="362368649" From: Tao Xu To: pbonzini@redhat.com, rth@twiddle.net, ehabkost@redhat.com Date: Thu, 19 Sep 2019 10:06:29 +0800 Message-Id: <20190919020629.26530-1-tao3.xu@intel.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 134.134.136.31 Subject: [Qemu-devel] [PATCH] target/i386: Correct extra enter and spaces in comment X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tao Xu , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" There is an extra line in comment of CPUID_8000_0008_EBX_WBNOINVD, remove the extra enter and spaces. Signed-off-by: Tao Xu --- target/i386/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/i386/cpu.h b/target/i386/cpu.h index 5f6e3a029a..71b6193390 100644 --- a/target/i386/cpu.h +++ b/target/i386/cpu.h @@ -695,8 +695,7 @@ typedef uint32_t FeatureWordArray[FEATURE_WORDS]; =20 #define CPUID_7_1_EAX_AVX512_BF16 (1U << 5) /* AVX512 BFloat16 Instruction= */ =20 -#define CPUID_8000_0008_EBX_WBNOINVD (1U << 9) /* Write back and - = do not invalidate cache */ +#define CPUID_8000_0008_EBX_WBNOINVD (1U << 9) /* Write back and do not in= validate cache */ #define CPUID_8000_0008_EBX_IBPB (1U << 12) /* Indirect Branch Predicti= on Barrier */ =20 #define CPUID_XSAVE_XSAVEOPT (1U << 0) --=20 2.20.1