From patchwork Sun Feb 17 16:09:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 221065 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 F04CA2C007E for ; Mon, 18 Feb 2013 03:09:27 +1100 (EST) Received: from localhost ([::1]:49043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U76nu-0001SO-03 for incoming@patchwork.ozlabs.org; Sun, 17 Feb 2013 11:09:26 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U76nl-0001S2-F1 for qemu-devel@nongnu.org; Sun, 17 Feb 2013 11:09:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U76nh-0001TP-Fy for qemu-devel@nongnu.org; Sun, 17 Feb 2013 11:09:17 -0500 Received: from mout.web.de ([212.227.17.11]:58566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U76nh-0001T3-68 for qemu-devel@nongnu.org; Sun, 17 Feb 2013 11:09:13 -0500 Received: from mchn199C.mchp.siemens.de ([95.157.56.37]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0LudKu-1UpLW63RAW-00zuGL; Sun, 17 Feb 2013 17:09:07 +0100 Message-ID: <512100A2.2090900@web.de> Date: Sun, 17 Feb 2013 17:09:06 +0100 From: Jan Kiszka User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Marcelo Tosatti , Gleb Natapov X-Enigmail-Version: 1.5 X-Provags-ID: V02:K0:7OlXbCoovlvbGuX7gz5HalLSWFs41b3mN6mGDSkOBys 0XsvgFk1GHoCGylM4zt65KHQ7URzdgLGXLIg7oo1K8As6sLdfp Hy4PAN8syAZVJ2hdU61Pd2jBzNb3FUvPZGNG5YqTZODRjjiPh1 c3rdK+hpKG0eV9tqdrO+YnhcVUDz2U7+VTARwwBtIanl3A8oXw JaHNjW4vX1W/DMFqvcsUg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.11 Cc: qemu-devel , kvm Subject: [Qemu-devel] [PATCH] vmxcap: Report APIC register emulation 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 --- scripts/kvm/vmxcap | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/kvm/vmxcap b/scripts/kvm/vmxcap index a1a44a0..bcf79f6 100755 --- a/scripts/kvm/vmxcap +++ b/scripts/kvm/vmxcap @@ -161,6 +161,7 @@ controls = [ 5: 'Enable VPID', 6: 'WBINVD exiting', 7: 'Unrestricted guest', + 8: 'APIC register emulation', 9: 'Virtual interrupt delivery', 10: 'PAUSE-loop exiting', 11: 'RDRAND exiting',