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: Sat, 05 Jul 2008 13:58:14 +0300 [thread overview]
Message-ID: <486F53C6.3070603@qumranet.com> (raw)
In-Reply-To: <1202.10.9.1.37.1214889624.squirrel@www.cse.iitb.ac.in>
Sukanto Ghosh wrote:
>> Sukanto Ghosh wrote:
>>
>>> I am calling the entire tree-like structure (including the page
>>> directories) as a page table. In the above statement are you referring
>>> to
>>> the same ? Or is it the last-level table that holds translated physical
>>> addresses (+ dirty bit, etc ) ?
>>>
>>>
>> No, any guest page that is part of the structure. Note the structure is
>> not a tree, since multiple roots exist and as it may be cyclic.
>>
>>
>
> I understand that it is not a tree and that in case of sharing and
> aliasing, multiple roots will exist. But, how can it be cyclic ? (Are you
> not considering directionality or is it because the nodes in this
> structure do have pointers to the parents or there is something else as
> well ?)
>
A page-directory entry can point at the page directory (some OSes do this).
--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.
next prev parent reply other threads:[~2008-07-05 10:58 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
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 [this message]
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=486F53C6.3070603@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.