From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v3] KVM: nVMX: Add support for rdtscp Date: Thu, 26 Mar 2015 22:34:07 -0300 Message-ID: <20150327013407.GA3014@amt.cnet> References: <55102AB6.5060409@web.de> <55102EAA.4000502@web.de> <55105765.2080405@web.de> <55105B07.4060100@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm , Paolo Bonzini , Bandan Das To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54826 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752292AbbC0BeX (ORCPT ); Thu, 26 Mar 2015 21:34:23 -0400 Content-Disposition: inline In-Reply-To: <55105B07.4060100@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Mar 23, 2015 at 07:27:19PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > If the guest CPU is supposed to support rdtscp and the host has rdtscp > enabled in the secondary execution controls, we can also expose this > feature to L1. Just extend nested_vmx_exit_handled to properly route > EXIT_REASON_RDTSCP. > > Signed-off-by: Jan Kiszka Applied, thanks.