From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2] vmxcap: Add tool to query vmx capabilities Date: Wed, 2 Sep 2009 15:57:11 -0300 Message-ID: <20090902185711.GB4238@amt.cnet> References: <1251821885-28967-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:31115 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752045AbZIBS5e (ORCPT ); Wed, 2 Sep 2009 14:57:34 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n82IvacF013677 for ; Wed, 2 Sep 2009 14:57:36 -0400 Content-Disposition: inline In-Reply-To: <1251821885-28967-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 01, 2009 at 07:18:05PM +0300, Avi Kivity wrote: > This should really be in the kernel, but there are too many of them. > > Signed-off-by: Avi Kivity > --- > > v2: try /dev/cpu/0/msr first > > kvm/scripts/vmxcap | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 154 insertions(+), 0 deletions(-) > create mode 100755 kvm/scripts/vmxcap Applied, thanks.