From: Adrian Schröter Date: Mon, 12 Dec 2011 16:59:16 +0000 (+0100) Subject: - disable nmi_watchdog in kvm (optimization and workaround for bnc#736268) X-Git-Tag: upstream/20120927~157 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27962215d05a758966bc3322eff2ffddf4a18c25;p=platform%2Fupstream%2Fbuild.git - disable nmi_watchdog in kvm (optimization and workaround for bnc#736268) --- diff --git a/build b/build index 23aa6fe..e09f829 100755 --- a/build +++ b/build @@ -1560,7 +1560,7 @@ for SPECFILE in "${SPECFILES[@]}" ; do set -- $qemu_bin -no-reboot -nographic -net none $KVM_OPTIONS \ -kernel $vm_kernel \ -initrd $vm_initrd \ - -append "root=$qemu_rootdev panic=1 quiet no-kvmclock rw elevator=noop console=$console init=$vm_init_script" \ + -append "root=$qemu_rootdev panic=1 quiet no-kvmclock nmi_watchdog=0 rw elevator=noop console=$console init=$vm_init_script" \ ${MEMSIZE:+-m $MEMSIZE} \ "${qemu_args[@]}"