mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
4a57aeaa7e
commit
6a9d0c1753
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue