From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751520AbbJaTuf (ORCPT ); Sat, 31 Oct 2015 15:50:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49530 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751021AbbJaTuc (ORCPT ); Sat, 31 Oct 2015 15:50:32 -0400 Subject: Re: [PATCH 0/3] KVM: x86: simplify RSM into 64-bit protected mode To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , linux-kernel@vger.kernel.org References: <1446219386-23937-1-git-send-email-rkrcmar@redhat.com> Cc: kvm@vger.kernel.org, Paolo Bonzini From: Laszlo Ersek Message-ID: <56351B85.3080403@redhat.com> Date: Sat, 31 Oct 2015 20:50:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1446219386-23937-1-git-send-email-rkrcmar@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/30/15 16:36, Radim Krčmář wrote: > This series bases on "KVM: x86: fix RSM into 64-bit protected mode, > round 2" and reverts it in [3/3]. To avoid regressions after doing so, > [1/2] introduces a helper that is used in [2/2] to hopefully get the > same behavior. > > I'll set up test environment next week, unless a random act of kindness > allows me not to. > > > Radim Krčmář (3): > KVM: x86: add read_phys to x86_emulate_ops > KVM: x86: handle SMBASE as physical address in RSM > KVM: x86: simplify RSM into 64-bit protected mode > > arch/x86/include/asm/kvm_emulate.h | 10 +++++++++ > arch/x86/kvm/emulate.c | 44 +++++++++----------------------------- > arch/x86/kvm/x86.c | 10 +++++++++ > 3 files changed, 30 insertions(+), 34 deletions(-) > Tested-by: Laszlo Ersek Thanks, Radim. Laszlo