blob: ae3d9b6525a4d2546b4910bd76d4673771557778 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# stable commit for SEV test builds
#
# hypervisor commit
KVM_GIT_URL=https://github.com/AMDESE/kvm.git
KVM_KERNEL_COMMIT=sev-v6-p2+fixes
# guest kernel commit
TIP_GIT_URL=https://github.com/AMDESE/tip.git
TIP_KERNEL_COMMIT=sev-v7-p1
# qemu commit
QEMU_GIT_URL=https://github.com/AMDESE/qemu.git
QEMU_COMMIT=v5-wip-1
# guest bios
EDK2_GIT_URL=https://github.com/tianocore/edk2.git
|