commit | 6bcbd6aba00fced696fc99f1a4fcd7ac7d42d6ef | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Fri Jan 05 16:36:39 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Fri Jan 05 23:55:24 2007 -0800 |
tree | 7673a159366ed204a262ef703c6afccf2aeedbc3 | |
parent | cd4a4e5374110444dc38831af517e51ff5a053c3 [diff] |
[PATCH] KVM: MMU: Teach the page table walker to track guest page table gfns Saving the table gfns removes the need to walk the guest and host page tables in lockstep. Signed-off-by: Avi Kivity <avi@qumranet.com> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>