From c261cb4d081294e0c73c648a9f293eb96f6f2be1 Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Mon, 18 Dec 2017 11:28:47 -0600 Subject: 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 --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index db09890..bfc8479 100755 --- a/build.sh +++ b/build.sh @@ -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 -- cgit v1.2.3-71-gd317