diff --git a/scripts/launch-qemu.sh b/scripts/launch-qemu.sh index 67a18c1..3267fd2 100755 --- a/scripts/launch-qemu.sh +++ b/scripts/launch-qemu.sh @@ -248,7 +248,7 @@ while [ -n "$1" ]; do shift done -[ -n "$SVSM" ] && SNP_FLAGS=$((SNP_FLAGS | 0x04)) +[ -n "$SVSM" ] && SNP_FLAGS=$((SNP_FLAGS | 0x05)) [ -z "$UEFI_BIOS_CODE" ] && UEFI_BIOS_CODE="./OVMF_CODE.fd" TMP="$(readlink -e $UEFI_BIOS_CODE)" diff --git a/scripts/stable-commits b/scripts/stable-commits index 6194e3b..9fa63ed 100644 --- a/scripts/stable-commits +++ b/scripts/stable-commits @@ -6,13 +6,13 @@ # Hypervisor commit KERNEL_GIT_URL="https://github.com/AMDESE/linux.git" -KERNEL_HOST_BRANCH="svsm-preview-hv-v2" -KERNEL_GUEST_BRANCH="svsm-preview-guest-v2" +KERNEL_HOST_BRANCH="svsm-preview-hv-v3" +KERNEL_GUEST_BRANCH="svsm-preview-guest-v3" # qemu commit QEMU_GIT_URL="https://github.com/AMDESE/qemu.git" -QEMU_BRANCH="svsm-preview-v2" +QEMU_BRANCH="svsm-preview-v3" # Guest BIOS (OVMF) OVMF_GIT_URL="https://github.com/AMDESE/ovmf" -OVMF_BRANCH="svsm-preview-v2" +OVMF_BRANCH="svsm-preview-v3"