From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWGER-0005RS-8f for qemu-devel@nongnu.org; Wed, 29 Jul 2009 16:58:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWGEM-0005PQ-JV for qemu-devel@nongnu.org; Wed, 29 Jul 2009 16:58:38 -0400 Received: from [199.232.76.173] (port=34489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWGEM-0005PJ-D6 for qemu-devel@nongnu.org; Wed, 29 Jul 2009 16:58:34 -0400 Received: from an-out-0708.google.com ([209.85.132.248]:17427) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWGEM-0008QG-2k for qemu-devel@nongnu.org; Wed, 29 Jul 2009 16:58:34 -0400 Received: by an-out-0708.google.com with SMTP id c38so512111ana.37 for ; Wed, 29 Jul 2009 13:58:33 -0700 (PDT) Message-ID: <4A70B7F6.3060706@codemonkey.ws> Date: Wed, 29 Jul 2009 15:58:30 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] kvm: add kvm version to the "info kvm" monitor command References: <1248865418-32604-1-git-send-email-bjorn@mork.no> In-Reply-To: <1248865418-32604-1-git-send-email-bjorn@mork.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmrDuHJuIE1vcms=?= Cc: qemu-devel@nongnu.org Bjørn 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. > > (qemu) info kvm > kvm support: enabled > kvm version: kvm-85 > info version will tell you the kvm version. Regards, Anthony Liguori