diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2020-10-02 22:14:07 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-10-16 17:21:04 +0000 |
commit | 6a9d0c1753848a4334c6b103b4d2e27437613a0c (patch) | |
tree | 2b94407e01b21a21a438d17906bd9b324377f081 /ArmVirtPkg | |
parent | 4a57aeaa7e269ee9fe423c808444615fd95c93ba (diff) | |
download | edk2-6a9d0c1753848a4334c6b103b4d2e27437613a0c.tar.gz edk2-6a9d0c1753848a4334c6b103b4d2e27437613a0c.tar.bz2 edk2-6a9d0c1753848a4334c6b103b4d2e27437613a0c.zip |
ArmVirtPkg: Add kvmtool to package dictionary
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 <sami.mujawar@arm.com>
Acked-by: Ard Biesheuvel <Ard.Biesheuvel@arm.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'ArmVirtPkg')
-rw-r--r-- | ArmVirtPkg/ArmVirtPkg.ci.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml index bc44e95952..5f427e5723 100644 --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml @@ -114,7 +114,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)
|