commit | b90a0e6c81d7b1fef0b7dea007015e1a56ab14c7 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Tue Jul 12 03:25:56 2011 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Jul 24 11:50:30 2011 +0300 |
tree | 933c4dd5b56ff6b74c2a9c66e37270332c7e6fe5 | |
parent | b36c7a7c10bf845b623ce187501b561d1d843a18 [diff] |
KVM: MMU: rename 'pt_write' to 'emulate' If 'pt_write' is true, we need to emulate the fault. And in later patch, we need to emulate the fault even though it is not a pt_write event, so rename it to better fit the meaning Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>