From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: VMX: Advertize RDTSC exiting to nested guests Date: Mon, 13 Aug 2012 19:08:43 -0300 Message-ID: <20120813220843.GB20502@amt.cnet> References: <1344861502-4823-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47286 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754556Ab2HMWJS (ORCPT ); Mon, 13 Aug 2012 18:09:18 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7DM9DvP002810 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 Aug 2012 18:09:13 -0400 Content-Disposition: inline In-Reply-To: <1344861502-4823-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Aug 13, 2012 at 03:38:22PM +0300, Avi Kivity wrote: > All processors that support VMX have that feature, and guests (Xen) depend on > it. As we already implement it, advertize it to the guest. > > Signed-off-by: Avi Kivity > --- > arch/x86/kvm/vmx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.