From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753362Ab3EIJc6 (ORCPT ); Thu, 9 May 2013 05:32:58 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:56598 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751231Ab3EIJc5 (ORCPT ); Thu, 9 May 2013 05:32:57 -0400 From: Paolo Bonzini To: linux-kernel@vger.kernel.org Cc: kvm@vger.kernel.org, gnatapov@redhat.com, j-nomura@ce.jp.nec.com Subject: [PATCH v2 0/3] KVM: emulate AAM, XLAT, SALC Date: Thu, 9 May 2013 11:32:48 +0200 Message-Id: <1368091971-5071-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 arch/x86/kvm/emulate.c | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) -- 1.8.1.4