From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: [PATCH 0/4] VMX: Fix emulate_invalid_guest_state=0 Date: Tue, 11 Dec 2012 15:14:09 +0200 Message-ID: <1355231653-18357-1-git-send-email-gleb@redhat.com> Cc: mtosatti@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6531 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753054Ab2LKNOV (ORCPT ); Tue, 11 Dec 2012 08:14:21 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBBDELYR025966 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Dec 2012 08:14:21 -0500 Sender: kvm-owner@vger.kernel.org List-ID: eigse=0 was broken during 3.7 development cycle. Although eigse=1 is default now it is important to keep eigse=0 working since it can be used as a workaround when instruction that KVM does not know how to emulate is encountered. Gleb Natapov (4): KVM: VMX: fix DPL during entry to protected mode. VMX: remove unneeded enable_unrestricted_guest check. KVM: emulator: fix real mode segment checks in address linearization. KVM: VMX: return correct segment limit and flags for CS/SS registers in real mode arch/x86/kvm/emulate.c | 5 +++-- arch/x86/kvm/vmx.c | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) -- 1.7.10.4