From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: Document mmu Date: Fri, 23 Apr 2010 13:16:51 +0300 Message-ID: <4BD17393.5010402@redhat.com> References: <1271855361-9279-1-git-send-email-avi@redhat.com> <4BD1484E.2050600@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Marcelo Tosatti To: Gui Jianfeng Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55918 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756892Ab0DWKY7 (ORCPT ); Fri, 23 Apr 2010 06:24:59 -0400 In-Reply-To: <4BD1484E.2050600@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On 04/23/2010 10:12 AM, Gui Jianfeng wrote: > >> +Guest memory (gpa) is part of user address space of the process that is using >> +kvm. Userspace defines the translation between guest addresses and user >> +addresses (gpa->gva); note that two gpas may alias to the same gva, but not >> > Do you mean (gpa->hva)? > I do. Fixed. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.