From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: [PATCH v4 0/5] KVM: x86: improve reexecute_instruction Date: Fri, 04 Jan 2013 21:53:32 +0800 Message-ID: <50E6DEDC.7040800@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 There are some changes from Gleb's review: - poss the point of target_gfn_is_pt into FNAME(is_self_change_mapping) to let the return value be more clearer - fold some changes of patch 5 into patch 4 - remove vcpu.arch.fault_addr There are some test cases to trigger the bugs which are fixed in this patchset, they can be found at: http://marc.info/?l=kvm&m=135513072903953&w=2 http://marc.info/?l=kvm&m=135555502408253&w=2