From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: [PATCH v3 0/5] KVM: x86: improve reexecute_instruction Date: Sat, 15 Dec 2012 14:57:38 +0800 Message-ID: <50CC1F62.4050701@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , LKML , KVM To: Marcelo Tosatti Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Changlog: - do not change pte access for mmio access - a new bug is exposed that Dirty bit is not tracked if CR0.WP = 0 - cache something on page fault path and use them to detect unhandleable instruction, suggested by Marcelo I will add the two testcase for unhandleable instruction after figure out a way to notify the unemulationable error to guest