From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laszlo Ersek Subject: Re: [PATCH 0/3] KVM: x86: simplify RSM into 64-bit protected mode Date: Sat, 31 Oct 2015 20:50:29 +0100 Message-ID: <56351B85.3080403@redhat.com> References: <1446219386-23937-1-git-send-email-rkrcmar@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, Paolo Bonzini To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , linux-kernel@vger.kernel.org Return-path: In-Reply-To: <1446219386-23937-1-git-send-email-rkrcmar@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 10/30/15 16:36, Radim Kr=C4=8Dm=C3=A1=C5=99 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 s= o, > [1/2] introduces a helper that is used in [2/2] to hopefully get the > same behavior. >=20 > I'll set up test environment next week, unless a random act of kindne= ss > allows me not to. >=20 >=20 > Radim Kr=C4=8Dm=C3=A1=C5=99 (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 >=20 > 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(-) >=20 Tested-by: Laszlo Ersek Thanks, Radim. Laszlo