From: Sami Mujawar Date: Fri, 2 Oct 2020 21:14:07 +0000 (+0100) Subject: ArmVirtPkg: Add kvmtool to package dictionary X-Git-Tag: edk2-stable202011~134 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6a9d0c1753848a4334c6b103b4d2e27437613a0c 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 Acked-by: Ard Biesheuvel Acked-by: Laszlo Ersek --- 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)