From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 196161] Kernel freezes by starting a kvm vm. Date: Thu, 27 Jul 2017 16:45:35 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT To: kvm@kernel.org Return-path: Received: from mail.wl.linuxfoundation.org ([198.145.29.98]:35228 "EHLO mail.wl.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751800AbdG0Qpx (ORCPT ); Thu, 27 Jul 2017 12:45:53 -0400 Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 64C8328837 for ; Thu, 27 Jul 2017 16:45:53 +0000 (UTC) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=196161 --- Comment #13 from Paul (paulkek@protonmail.com) --- Actually I am not using the NVIDIA driver anymore, I needed GBM so I just went with the integrated Intel HD Driver. I am currently using i915 and nvidia is uninstalled. I think you meant this command: "grep . /sys/module/kvm_intel/parameters/*", right? The grep command prints the follwing: /sys/module/kvm_intel/parameters/emulate_invalid_guest_state:Y /sys/module/kvm_intel/parameters/enable_apicv:N /sys/module/kvm_intel/parameters/enable_shadow_vmcs:Y /sys/module/kvm_intel/parameters/ept:Y /sys/module/kvm_intel/parameters/eptad:Y /sys/module/kvm_intel/parameters/fasteoi:Y /sys/module/kvm_intel/parameters/flexpriority:Y /sys/module/kvm_intel/parameters/nested:Y /sys/module/kvm_intel/parameters/ple_gap:128 /sys/module/kvm_intel/parameters/ple_window:4096 /sys/module/kvm_intel/parameters/ple_window_grow:2 /sys/module/kvm_intel/parameters/ple_window_max:1073741823 /sys/module/kvm_intel/parameters/ple_window_shrink:0 /sys/module/kvm_intel/parameters/pml:Y /sys/module/kvm_intel/parameters/preemption_timer:Y /sys/module/kvm_intel/parameters/unrestricted_guest:Y /sys/module/kvm_intel/parameters/vpid:Y I was lucky again and was able to catch the dmesg output through an ssh session. I've attached the output. -- You are receiving this mail because: You are watching the assignee of the bug.