aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
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