]> 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)
commit8ac6a61f0e1a1f2c9dbf44e6e56f84196327313b
tree9b40d12c4b63cfd5c89279eba4a9f4f71ce0e627
parentdc0826fb16255d3560cdf6508cfb6a852d2ee2d7
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