commit | 1da8a77bdc294acdc37e8504926383b86f72d6be | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Fri Feb 22 12:21:37 2008 -0500 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 12:00:28 2008 +0300 |
tree | d4a65e134a8d087ef23ba6ece6788bf15e1740b6 | |
parent | 2f333bcb4edd8daef99dabe4e7df8277af73cff1 [diff] |
x86: KVM guest: hypercall based pte updates and TLB flushes Hypercall based pte updates are faster than faults, and also allow use of the lazy MMU mode to batch operations. Don't report the feature if two dimensional paging is enabled. [avi: - guest/host split - fix 32-bit truncation issues - adjust to mmu_op - adjust to ->release_*() renamed - add ->release_pud()] Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@qumranet.com>