commit | 6e3e243c3b6e0bbd18c6ce0fbc12bc3fe2d77b34 | [log] [tgz] |
---|---|---|
author | Andrea Arcangeli <aarcange@redhat.com> | Fri Jul 16 11:52:55 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Aug 02 06:40:54 2010 +0300 |
tree | 05c55ba3c27ba5c778ec36c9c875534a81dffe10 | |
parent | c19b8bd60e19308d5583ef200ddcc782d85d9543 [diff] |
KVM: MMU: fix mmu notifier invalidate handler for huge spte The index wasn't calculated correctly (off by one) for huge spte so KVM guest was unstable with transparent hugepages. Signed-off-by: Andrea Arcangeli <aarcange@redhat.com> Reviewed-by: Reviewed-by: Rik van Riel <riel@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>