diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2017-12-18 11:28:47 -0600 |
|---|---|---|
| committer | Brijesh Singh <brijesh.singh@amd.com> | 2017-12-18 11:28:47 -0600 |
| commit | c261cb4d081294e0c73c648a9f293eb96f6f2be1 (patch) | |
| tree | 9847fa2006a54bd7a5e0c31548cffd3de1fa26c6 /launch-qemu.sh | |
| parent | 9008642b7dbfeb4f63a40c0e75ac5f161fd0b6f9 (diff) | |
| download | cachepc-amdsev-c261cb4d081294e0c73c648a9f293eb96f6f2be1.tar.gz cachepc-amdsev-c261cb4d081294e0c73c648a9f293eb96f6f2be1.zip | |
Changes:
- update stable commit
- update README, we no longer need to have tip and kvm kernel.
all the SEV guest changes are merged in 4.15. KVM kernel changes
are still pending hence we use kvm branch for both guest and
hypervisor kernel
- by default disable virtio
Diffstat (limited to 'launch-qemu.sh')
| -rwxr-xr-x | launch-qemu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launch-qemu.sh b/launch-qemu.sh index a065110..3c088cc 100755 --- a/launch-qemu.sh +++ b/launch-qemu.sh @@ -14,7 +14,7 @@ UEFI_BIOS_VARS="`pwd`/OVMF_VARS.fd" #VNC_PORT="" AUTOSTART="1" ALLOW_DEBUG="0" -USE_VIRTIO="1" +USE_VIRTIO="0" usage() { echo "$0 [options]" |
