commit | 97a0a01ea9229e4f3f0f06e0584227e9687159a5 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu May 31 15:08:29 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Mon Jul 16 12:05:43 2007 +0300 |
tree | 94ca92cafa05c7156757557466fa7887dd47a14f | |
parent | 63b1ad24d2695db3ec1cc8b10760e130e1a1f04b [diff] |
KVM: MMU: Fold fix_write_pf() into set_pte_common() This prevents some work from being performed twice, and, more importantly, reduces the number of places where we modify shadow ptes. Signed-off-by: Avi Kivity <avi@qumranet.com>