]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: s390: Change the virtual memory mapping location for virtio devices
authorNick Wang <jfwang@us.ibm.com>
Mon, 25 Mar 2013 16:22:56 +0000 (17:22 +0100)
committerGleb Natapov <gleb@redhat.com>
Tue, 2 Apr 2013 13:14:49 +0000 (16:14 +0300)
commit9263c12c79fa4095b181001f4b3ec6ca0a22418d
tree9b40d12c4b63cfd5c89279eba4a9f4f71ce0e627
parent4ba6efe23b6db9a47ba149fd708bc1a4fdf1766b
KVM: s390: Change the virtual memory mapping location for virtio devices

The current location for mapping virtio devices does not take
into consideration the standby memory. This causes the failure
of mapping standby memory since the location for the mapping is
already taken by the virtio devices. To fix the problem, we move
the location to beyond the end of standby memory.

Signed-off-by: Nick Wang <jfwang@us.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
drivers/s390/kvm/kvm_virtio.c