All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@qumranet.com>
To: Sukanto Ghosh <sukanto@cse.iitb.ac.in>
Cc: kvm@vger.kernel.org
Subject: Re: kvm_mmu doubts
Date: Mon, 30 Jun 2008 16:42:30 +0300	[thread overview]
Message-ID: <4868E2C6.2040005@qumranet.com> (raw)
In-Reply-To: <2452.10.9.1.37.1214831194.squirrel@www.cse.iitb.ac.in>

Sukanto Ghosh wrote:
> What do these refer to ?
> i) kvm_rmap_desc
>   

It's a reverse mapping listing all shadow ptes pointing to a given guest 
page.

> ii) rmap_pde
>   

Same, for large guest pages.

> iii) kvm_mmu_page-> spt ??? ( i thought kvm_mmu_page itself refers to page
> of shadow PT, then what does spt points to ? )
>   

kvm_mmu_page contains information about the guest page table and the 
host shadow page table.  spt is the host shadow page table.

-- 
error compiling committee.c: too many arguments to function


  reply	other threads:[~2008-06-30 13:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-30 13:06 kvm_mmu doubts Sukanto Ghosh
2008-06-30 13:42 ` Avi Kivity [this message]
2008-06-30 17:10   ` Sukanto Ghosh
2008-06-30 19:59     ` Avi Kivity
2008-07-01  5:20       ` Sukanto Ghosh
2008-07-05 10:58         ` Avi Kivity
2008-06-30 14:13 ` Carsten Otte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4868E2C6.2040005@qumranet.com \
    --to=avi@qumranet.com \
    --cc=kvm@vger.kernel.org \
    --cc=sukanto@cse.iitb.ac.in \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.