]> git.baikalelectronics.ru Git - kernel.git/commit
s390/kvm: Change the virtual memory mapping location for Virtio devices
authorNick Wang <jfwang@us.ibm.com>
Tue, 3 Jul 2012 15:28:36 +0000 (11:28 -0400)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 2 May 2013 13:50:24 +0000 (15:50 +0200)
commit2ea6ef6e13b1574ab9d59d4aa55a986af3b0097e
tree23e32ee83912acf8dac905625262af9f8665eca2
parentd6e4c2afcf3a2fcc58bd6eee2101b43a804f072f
s390/kvm: Change the virtual memory mapping location for Virtio devices

The current location for mapping Virtio devices does not take
into consideration of 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>
drivers/s390/kvm/kvm_virtio.c