From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.11395.1593094170288214701 for ; Thu, 25 Jun 2020 07:09:30 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F1FF4C0A; Thu, 25 Jun 2020 07:09:29 -0700 (PDT) Received: from [192.168.1.69] (unknown [10.37.8.29]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 531543F73C; Thu, 25 Jun 2020 07:09:28 -0700 (PDT) Subject: Re: [PATCH v3 14/15] ArmVirtPkg: Add kvmtool to package dictionary To: Sami Mujawar , devel@edk2.groups.io Cc: leif@nuviainc.com, lersek@redhat.com, Matteo.Carlini@arm.com, Laura.Moretta@arm.com, nd@arm.com References: <20200624133458.61920-1-sami.mujawar@arm.com> <20200624133458.61920-15-sami.mujawar@arm.com> From: "Ard Biesheuvel" Message-ID: Date: Thu, 25 Jun 2020 16:09:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200624133458.61920-15-sami.mujawar@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 6/24/20 3:34 PM, Sami Mujawar wrote: > Kvmtool is a virtual machine manager that can be used > to launch guest VMs. Support for Kvmtool virtual > platform has been added to ArmVirtPkg. > > Add kvmtool to the ArmVirtPkg dictionary to prevent > the CI Spell check plugin from failing. > > Signed-off-by: Sami Mujawar Acked-by: Ard Biesheuvel > --- > ArmVirtPkg/ArmVirtPkg.ci.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml > index 554ffb2609b25b46caa1fee8e994e2e6ea51f18f..cbe66f82de484dfbec8c81261d98d3ff647193ae 100644 > --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml > +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml > @@ -98,7 +98,8 @@ > "unbootable", > "virt's", > "werror", > - "xenio" > + "xenio", > + "kvmtool" > ], # words to extend to the dictionary for this package > "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore > "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported) >