- disable nmi_watchdog in kvm (optimization and workaround for bnc#736268)
authorAdrian Schröter <adrian@suse.de>
Mon, 12 Dec 2011 16:59:16 +0000 (17:59 +0100)
committerAdrian Schröter <adrian@suse.de>
Mon, 12 Dec 2011 16:59:16 +0000 (17:59 +0100)
build

diff --git a/build b/build
index 23aa6fe..e09f829 100755 (executable)
--- 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[@]}"