diff options
author | Jianyong Wu <jianyong.wu@arm.com> | 2021-07-05 18:06:41 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-07-07 16:41:37 +0000 |
commit | 0e3b6bd0ee753d77c957480657060ae1ea5172b0 (patch) | |
tree | 282d8bf76bb6e3390cfd249bb6842985c5f5289d /ArmVirtPkg/ArmVirtPkg.ci.yaml | |
parent | c28fc8ab3bc1376484cc8cd1dc959e288741a4d1 (diff) | |
download | edk2-0e3b6bd0ee753d77c957480657060ae1ea5172b0.tar.gz |
ArmVirtPkg: support Cloud Hypervisor in edk2
Cloud Hypervisor is KVM based VMM and is implemented in rust. Just like
other VMMs it need UEFI support to let ACPI work. That's why
Cloud Hypervisor is introduced here.
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'ArmVirtPkg/ArmVirtPkg.ci.yaml')
-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 5f427e5723..f80500ab53 100644 --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml @@ -115,7 +115,8 @@ "virt's",
"werror",
"xenio",
- "kvmtool"
+ "kvmtool",
+ "cloudhv"
], # 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)
|