From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH] KVM: MMU: initialize sptes early Date: Mon, 24 Oct 2011 15:41:58 +0800 Message-ID: <4EA516C6.1010706@qq.com> References: <1319440880-2610-1-git-send-email-cronozhj@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: avi@redhat.com, mtosatti@redhat.com, linux-kernel@vger.kernel.org, kvm@vger.kernel.org To: Zhao Jin Return-path: In-Reply-To: <1319440880-2610-1-git-send-email-cronozhj@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 2011/10/24 15:21, Zhao Jin wrote: > Otherwise, the following kvm_sync_pages() will see invalid sptes in a new > shadow page. > No, kvm_sync_pages just handle the unsync page, but the new sp is the sync page.