commit | c4fcc2724628c6548748ec80a90b548fc300e81f | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu Oct 11 15:30:21 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:52 2008 +0200 |
tree | 30bfbb4b8624636270a6921a4c8fdbcef054bff0 | |
parent | 5df34a86f917024b67f9e7c850153390973cdfe3 [diff] |
KVM: MMU: When updating the dirty bit, inform the mmu about it Since the mmu uses different shadow pages for dirty large pages and clean large pages, this allows the mmu to drop ptes that are now invalid. Signed-off-by: Avi Kivity <avi@qumranet.com>