Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755177Ab0KNKqn (ORCPT ); Sun, 14 Nov 2010 05:46:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34666 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755096Ab0KNKqm (ORCPT ); Sun, 14 Nov 2010 05:46:42 -0500 Message-ID: <4CDFBE00.2000802@redhat.com> Date: Sun, 14 Nov 2010 12:46:24 +0200 From: Avi Kivity User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Fedora/3.1.6-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.6 MIME-Version: 1.0 To: Xiao Guangrong CC: Marcelo Tosatti , Gleb Natapov , LKML , KVM Subject: Re: [PATCH v2 5/5] KVM: MMU: retry #PF for softmmu References: <4CDCE2B0.7000601@cn.fujitsu.com> <4CDCE3C2.9030107@cn.fujitsu.com> In-Reply-To: <4CDCE3C2.9030107@cn.fujitsu.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 812 Lines: 21 On 11/12/2010 08:50 AM, Xiao Guangrong wrote: > Retry #PF for softmmu only when the current vcpu has the same > root shadow page as the time when #PF occurs. it means they > have same paging environment > The process could have been killed and replaced by another using the same cr3. Or we may be running a guest that uses the same cr3 for all processes. Or another thread may have mmap()ed something else over the same address. So I think this is incorrect. Meanwhile, I applied patches 1-4. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/