From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756032AbbCMOrw (ORCPT ); Fri, 13 Mar 2015 10:47:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45329 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752142AbbCMOrt (ORCPT ); Fri, 13 Mar 2015 10:47:49 -0400 Date: Fri, 13 Mar 2015 11:47:01 -0300 From: Marcelo Tosatti To: Joel Schopp Cc: Gleb Natapov , Paolo Bonzini , kvm@vger.kernel.org, Joerg Roedel , Borislav Petkov , linux-kernel@vger.kernel.org, David Kaplan , rkrcmar@redhat.com Subject: Re: [PATCH v2] x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE Message-ID: <20150313144701.GA15129@amt.cnet> References: <20150306204435.18348.72139.stgit@joelvmguard2.amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150306204435.18348.72139.stgit@joelvmguard2.amd.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 06, 2015 at 02:44:35PM -0600, Joel Schopp wrote: > From: David Kaplan > > Another patch in my war on emulate_on_interception() use as a svm exit handler. > > These were pulled out of a larger patch at the suggestion of Radim Krcmar, see > https://lkml.org/lkml/2015/2/25/559 > > Changes since v1: > * fixed typo introduced after test, retested > > Signed-off-by: David Kaplan > [separated out just cr_interception part from larger removal of > INTERCEPT_CR0_WRITE, forward ported, tested] > Signed-off-by: Joel Schopp Applied, thanks.