From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 1/2] vmx,svm: Add module parameter to ignore the 'in use' check Date: Tue, 5 Jul 2011 11:11:06 +0200 Message-ID: <20110705091106.GK29299@8bytes.org> References: <1309820954-8629-1-git-send-email-levinsasha928@gmail.com> <4E12C6A1.70105@redhat.com> <1309853683.4117.33.camel@sasha> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, Marcelo Tosatti To: Sasha Levin Return-path: Received: from 8bytes.org ([88.198.83.132]:40885 "EHLO 8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754085Ab1GEJLH (ORCPT ); Tue, 5 Jul 2011 05:11:07 -0400 Content-Disposition: inline In-Reply-To: <1309853683.4117.33.camel@sasha> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jul 05, 2011 at 11:14:43AM +0300, Sasha Levin wrote: > I have no information about the machine. It was the result of trying > to debug an issue reported on IRC where we found that the SVM flag is > being set after boot even before the kvm module is loaded. Have you ruled out that any other third-party hypervisor module was loaded before KVM? The virtual-box module for example? Joerg