mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Use OVMF binary released from edk2 repo
Fixes: #3415 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
7b5e8a3ca8
commit
eea2907daf
@@ -63,7 +63,7 @@ mod tests {
|
||||
pub const FOCAL_IMAGE_NAME_VHDX: &str =
|
||||
"focal-server-cloudimg-amd64-custom-20210609-0.vhdx";
|
||||
pub const WINDOWS_IMAGE_NAME: &str = "windows-server-2019.raw";
|
||||
pub const OVMF_NAME: &str = "OVMF-83041af43c.fd";
|
||||
pub const OVMF_NAME: &str = "OVMF.fd";
|
||||
pub const GREP_SERIAL_IRQ_CMD: &str = "grep -c 'IO-APIC.*ttyS0' /proc/interrupts || true";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user