From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v2 0/3] KVM: emulate AAM, XLAT, SALC Date: Thu, 9 May 2013 15:01:32 +0300 Message-ID: <20130509120132.GN12349@redhat.com> References: <1368091971-5071-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, j-nomura@ce.jp.nec.com To: Paolo Bonzini Return-path: Content-Disposition: inline In-Reply-To: <1368091971-5071-1-git-send-email-pbonzini@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, May 09, 2013 at 11:32:48AM +0200, Paolo Bonzini wrote: > These three instructions are not emulated, but can be found in > real mode code. > > These are also good for stable, but they conflict before 3.9 and are > not really useful since emulate_invalid_guest_state defaulted to false. > So I'm not marking them for earlier releases. > > Paolo Bonzini (3): > KVM: emulator: emulate AAM > KVM: emulator: emulate XLAT > KVM: emulator: emulate SALC > Applied, thanks. > arch/x86/kvm/emulate.c | 43 ++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 42 insertions(+), 1 deletion(-) > > -- > 1.8.1.4 -- Gleb.