From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH kvm-unit-tests] Honor cpuid.nx when enabling efer.nxe Date: Thu, 23 Dec 2010 11:50:06 -0200 Message-ID: <20101223135006.GC17819@amt.cnet> References: <1292949653-21940-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]:51811 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752527Ab0LWOjT (ORCPT ); Thu, 23 Dec 2010 09:39:19 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBNEdIDi017182 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 23 Dec 2010 09:39:19 -0500 Content-Disposition: inline In-Reply-To: <1292949653-21940-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Dec 21, 2010 at 06:40:53PM +0200, Avi Kivity wrote: > Signed-off-by: Avi Kivity > --- > x86/vmexit.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Applied, thanks.