kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Finding EPT entries for nested guest in L0
@ 2016-11-08 20:27 Rohith Kugve Raghavendra
  2016-11-08 23:34 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Rohith Kugve Raghavendra @ 2016-11-08 20:27 UTC (permalink / raw)
  To: kvm

I have 2 questions.

1. In nested VMs that use multi-dimensional page tables( EPT on EPT)
where exactly in the code are EPT ( 0 -> 2) entries constructed? I can
know from the Turtles paper that these entries are created by
combining EPT 1->2 and EPT 0->1. But I can find that in KVM code.

2. Are there rmap entries for EPT 0->2 pages maintained? I am trying
to write protect nested guest GFN's directly in L0 ( without letting
L1 do it) but I don't know how to find the EPT 0->2  entry for a given
L2 guest GFN.

regards,
Rohith

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-08 23:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08 20:27 Finding EPT entries for nested guest in L0 Rohith Kugve Raghavendra
2016-11-08 23:34 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).