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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to