From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWECx-0007Lu-NM for qemu-devel@nongnu.org; Wed, 29 Jul 2009 14:48:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWECt-0007KQ-4j for qemu-devel@nongnu.org; Wed, 29 Jul 2009 14:48:59 -0400 Received: from [199.232.76.173] (port=56004 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWECs-0007K9-R1 for qemu-devel@nongnu.org; Wed, 29 Jul 2009 14:48:54 -0400 Received: from mx2.redhat.com ([66.187.237.31]:59641) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWECs-0004Tn-3r for qemu-devel@nongnu.org; Wed, 29 Jul 2009 14:48:54 -0400 Date: Wed, 29 Jul 2009 15:48:37 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] [PATCH] kvm: add kvm version to the "info kvm" monitor command Message-ID: <20090729154837.3f1872f2@doriath> In-Reply-To: <1248865418-32604-1-git-send-email-bjorn@mork.no> References: <1248865418-32604-1-git-send-email-bjorn@mork.no> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmrDuHJu?= Mork Cc: qemu-devel@nongnu.org On Wed, 29 Jul 2009 13:03:38 +0200 Bj=C3=B8rn Mork wrote: > There isn't a one-to-one mapping between the KVM version and > the QEMU version output from "info version". Complete the > picture by adding the KVM version to the existing "info kvm" > monitor command. >=20 > (qemu) info kvm > kvm support: enabled > kvm version: kvm-85 Doesn't seem a good idea, as this is considered a stable protocol. Either, we should check current users or add 'info kvm-version'.