KVM: s390: Use the read_guest_abs() in guest debug functions
authorAlexander Yarygin <yarygin@linux.vnet.ibm.com>
Tue, 3 Mar 2015 16:05:43 +0000 (19:05 +0300)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 6 Mar 2015 12:41:02 +0000 (13:41 +0100)
commit1f289a8429022f112be9817a81ff07308eb78a9c
tree4dacbd62f7242e96e86718707c5de1f25cb7a07b
parent16a0c4c3aa68423b306fb82f6b9a2794e76f6fc0
KVM: s390: Use the read_guest_abs() in guest debug functions

The guest debug functions work on absolute addresses and should use the
read_guest_abs() function rather than general read_guest() that
works with logical addresses.

Cc: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Alexander Yarygin <yarygin@linux.vnet.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/guestdbg.c