diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2020-06-08 17:41:33 -0500 |
|---|---|---|
| committer | Brijesh Singh <brijesh.singh@amd.com> | 2020-06-08 17:41:33 -0500 |
| commit | 0a30bcc39f3b7913cbc4a276b54cb7cb62b594d8 (patch) | |
| tree | 5a1da1a654f9fbc8943ce47d4e84c8e4ad9d7843 | |
| parent | a2e3f03e67550fb0a42db0256066844b889ffcea (diff) | |
| download | cachepc-amdsev-0a30bcc39f3b7913cbc4a276b54cb7cb62b594d8.tar.gz cachepc-amdsev-0a30bcc39f3b7913cbc4a276b54cb7cb62b594d8.zip | |
update newer kernel commit
| -rwxr-xr-x | launch-qemu.sh | 6 | ||||
| -rw-r--r-- | stable-commits | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/launch-qemu.sh b/launch-qemu.sh index 43cec9b..bb66d09 100755 --- a/launch-qemu.sh +++ b/launch-qemu.sh @@ -189,10 +189,10 @@ add_opts "-no-reboot" add_opts "-drive if=pflash,format=raw,unit=0,file=${UEFI_CODE},readonly" # add network support and fwd port 22 to 8000 -echo "guest port 22 is fwd to host 8000..." +# echo "guest port 22 is fwd to host 8000..." #add_opts "-netdev user,id=vmnic,hostfwd=tcp::8000-:22 -device e1000,netdev=vmnic,romfile=" -#add_opts "-netdev user,id=vmnic,hostfwd=tcp::8000-:22" -#add_opts " -device virtio-net-pci,disable-legacy=on,iommu_platform=true,netdev=vmnic,romfile=" +add_opts "-netdev user,id=vmnic" +add_opts " -device virtio-net-pci,disable-legacy=on,iommu_platform=true,netdev=vmnic,romfile=" # If harddisk file is specified then add the HDD drive if [ -n "${HDA}" ]; then diff --git a/stable-commits b/stable-commits index ec3f6cd..ab8c8d1 100644 --- a/stable-commits +++ b/stable-commits @@ -4,7 +4,7 @@ # hypervisor commit KERNEL_GIT_URL="https://github.com/AMDESE/linux.git" -KERNEL_BRANCH="sev-es-5.7-v1+snp" +KERNEL_BRANCH="sev-es-5.7-v2+snp" # qemu commit QEMU_GIT_URL="https://github.com/AMDESE/qemu.git" |
