commit | cde0dcfb5df1dbcd90a8e73130a6b7091bdb493a | [log] [tgz] |
---|---|---|
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | Tue May 31 20:13:35 2016 +0200 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Fri Jun 10 12:07:15 2016 +0200 |
tree | e479b44497ee76a26da68eda649f69df3be711b9 | |
parent | fbcb7d5157718645cc198c6be6b435ab326c1892 [diff] |
KVM: s390: gaccess: convert guest_page_range() Let's use our new function for preparing translation exceptions. As we will need the correct ar, let's pass that to guest_page_range(). This will also make sure that the guest address is stored in the tec for applicable excptions. Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>