From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752095AbbCJX7F (ORCPT ); Tue, 10 Mar 2015 19:59:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49273 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751426AbbCJX7D (ORCPT ); Tue, 10 Mar 2015 19:59:03 -0400 Date: Tue, 10 Mar 2015 20:58:24 -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 v3 0/2] kvm: x86: kvm_emulate_* Message-ID: <20150310235824.GA19038@amt.cnet> References: <20150302193943.2121.60575.stgit@joelvmguard2.amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150302193943.2121.60575.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 Mon, Mar 02, 2015 at 01:43:24PM -0600, Joel Schopp wrote: > Review comments from v1 that used kvm_emulate_wbinvd() pointed out that > kvm_emulate_* was inconsistant in using skipping, while kvm_emulate() always > skips. The first patch cleans up the existing use while the second patch > adds use of the updated version of kvm_emulate_wbinvd() in svm > > Changes since v2: > * fixed email subject line on series short description > * renamed kvm_emulate_halt_noskip() to kvm_vcpu_halt() > * added header declaration for kvm_vcpu_halt() > * squashed blank line > --- > > David Kaplan (1): > x86: svm: make wbinvd faster > > Joel Schopp (1): > kvm: x86: make kvm_emulate_* consistant > > > arch/x86/include/asm/kvm_host.h | 1 + > arch/x86/kvm/svm.c | 10 +++++++--- > arch/x86/kvm/vmx.c | 9 +++------ > arch/x86/kvm/x86.c | 23 ++++++++++++++++++++--- > 4 files changed, 31 insertions(+), 12 deletions(-) Applied, thanks.