commit | 8b0cedff040b652f3d36b1368778667581b0c140 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Sun May 15 23:22:04 2011 +0800 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 11:45:03 2011 +0300 |
tree | d1a8d8c7368d96830a0b4d6af7aa652ab5a015d6 | |
parent | 332b207d65c1d7982489dbb83e5071c95e19eb75 [diff] |
KVM: use __copy_to_user/__clear_user to write guest page Simply use __copy_to_user/__clear_user to write guest page since we have already verified the user address when the memslot is set Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>