diff options
Diffstat (limited to 'stable-commits')
| -rw-r--r-- | stable-commits | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/stable-commits b/stable-commits index 118d653..ae3d9b6 100644 --- a/stable-commits +++ b/stable-commits @@ -2,10 +2,17 @@ # stable commit for SEV test builds # -KERNEL_GIT_URL=https://github.com/AMDESE/AMDSEV.git -KERNEL_COMMIT=kernel-rfc-3 +# hypervisor commit +KVM_GIT_URL=https://github.com/AMDESE/kvm.git +KVM_KERNEL_COMMIT=sev-v6-p2+fixes -QEMU_GIT_URL=https://github.com/AMDESE/AMDSEV.git -QEMU_COMMIT=qemu-sev-rfc-v4+ +# 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 |
