From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Shah Subject: Re: [PATCH v2] vmxcap: Add tool to query vmx capabilities Date: Wed, 2 Sep 2009 15:54:46 +0530 Message-ID: <20090902102446.GA13142@amit-x200.redhat.com> References: <1251821885-28967-1-git-send-email-avi@redhat.com> <20090902065013.GA6539@amit-x200.redhat.com> <4A9E249D.7050301@redhat.com> <20090902080219.GA8422@amit-x200.redhat.com> <4A9E2A42.5070705@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marcelo Tosatti , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33670 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751349AbZIBKZG (ORCPT ); Wed, 2 Sep 2009 06:25:06 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n82AP71A020719 for ; Wed, 2 Sep 2009 06:25:07 -0400 Content-Disposition: inline In-Reply-To: <4A9E2A42.5070705@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On (Wed) Sep 02 2009 [11:18:10], Avi Kivity wrote: > On 09/02/2009 11:02 AM, Amit Shah wrote: >>> It's just a hack. >>> >> In that case there's danger of this becoming a "stable interface" >> - when eg libvirt picks up support for it. It is useful >> functionality. >> > > They'll learn when the first spelling fix comes in. Don't use text APIs. :-) Interesting. So then is this just meant to be a debug or informational tool? Amit