commit | edefc7107afedd6bd59e80bc0586ddb276edfcbe | [log] [tgz] |
---|---|---|
author | Nick Wang <jfwang@us.ibm.com> | Tue Jul 03 11:28:36 2012 -0400 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu May 02 15:50:24 2013 +0200 |
tree | 23e32ee83912acf8dac905625262af9f8665eca2 | |
parent | 7b1e427d685e2aee91f9a622f9c2691130f8e57d [diff] |
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>