commit | 700e1b12196c4b01524ca10d89f8731418d72b6e | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Mon Dec 06 01:11:33 2010 +0900 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:30:21 2011 +0200 |
tree | bf9f5aeeb8724f71f53e083267118df1b275163f | |
parent | a295673aba42895997a6c1be87f467a7cfc0f332 [diff] |
KVM: MMU: Avoid dropping accessed bit while removing write access One more "KVM: MMU: Don't drop accessed bit while updating an spte." Sptes are accessed by both kvm and hardware. This patch uses update_spte() to fix the way of removing write access. Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Avi Kivity <avi@redhat.com>