From patchwork Thu Apr 18 02:48:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 237419 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 925452C019A for ; Thu, 18 Apr 2013 12:49:16 +1000 (EST) Received: from localhost ([::1]:47350 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USeuQ-0008Dg-C9 for incoming@patchwork.ozlabs.org; Wed, 17 Apr 2013 22:49:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USetu-00089l-KE for qemu-devel@nongnu.org; Wed, 17 Apr 2013 22:48:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USett-0001ZT-8o for qemu-devel@nongnu.org; Wed, 17 Apr 2013 22:48:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USets-0001Yt-UI for qemu-devel@nongnu.org; Wed, 17 Apr 2013 22:48:41 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3I2mdKA026536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 17 Apr 2013 22:48:39 -0400 Received: from amt.cnet (vpn1-7-116.gru2.redhat.com [10.97.7.116]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r3I2mc2m029559; Wed, 17 Apr 2013 22:48:38 -0400 Received: from amt.cnet (localhost [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id 5558B1040FB; Wed, 17 Apr 2013 23:48:34 -0300 (BRT) Received: (from marcelo@localhost) by amt.cnet (8.14.6/8.14.6/Submit) id r3I2mYCd014893; Wed, 17 Apr 2013 23:48:34 -0300 From: Marcelo Tosatti To: Anthony Liguori Date: Wed, 17 Apr 2013 23:48:24 -0300 Message-Id: <614413f7f9a88d97ab40ecabd1c7920fb288f820.1366253306.git.mtosatti@redhat.com> In-Reply-To: References: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Jan Kiszka , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org Subject: [Qemu-devel] [PATCH 3/5] vmxcap: Report APIC register emulation and RDTSCP control X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Jan Kiszka Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti --- scripts/kvm/vmxcap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/kvm/vmxcap b/scripts/kvm/vmxcap index a1a44a0..a79f816 100755 --- a/scripts/kvm/vmxcap +++ b/scripts/kvm/vmxcap @@ -157,10 +157,12 @@ controls = [ 0: 'Virtualize APIC accesses', 1: 'Enable EPT', 2: 'Descriptor-table exiting', + 3: 'Enable RDTSCP', 4: 'Virtualize x2APIC mode', 5: 'Enable VPID', 6: 'WBINVD exiting', 7: 'Unrestricted guest', + 8: 'APIC register emulation', 9: 'Virtual interrupt delivery', 10: 'PAUSE-loop exiting', 11: 'RDRAND exiting',