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 /build.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 'build.sh')
| -rwxr-xr-x | build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -94,7 +94,7 @@ build_qemu() fetch_qemu fi cd $BUILD_DIR/qemu - run_cmd "./configure --target-list=x86_64-softmmu \ + run_cmd "./configure --target-list=x86_64-softmmu --enable-trace-backend=log\ --prefix=$OUTPUT_DIR/qemu-output" run_cmd "make -j$(getconf _NPROCESSORS_ONLN)" run_cmd "make -j$(getconf _NPROCESSORS_ONLN) install" @@ -109,6 +109,5 @@ dep_install () dep_install build_kernel "kvm" -build_kernel "tip" build_qemu build_ovmf |
