KVM: MMU: When updating the dirty bit, inform the mmu about it
authorAvi Kivity <avi@qumranet.com>
Thu, 11 Oct 2007 13:30:21 +0000 (15:30 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:52:52 +0000 (17:52 +0200)
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>

No differences found