in order to be able to allocate the memory to kvm from userspace we have 
to remove
the private usage made by the rmap.

this patch add array to each memory slot sorted by gfn that hold rmap to 
each page.
to make the finding of gfn from spte address, we are adding another page 
to each kvm_mmu_page, that hold
to each spte - spt offset the gfn of it.

thanks


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to