commit | 24eb3a824c4f3ccfaa2305dc1d9d9e2a708828c5 | [log] [tgz] |
---|---|---|
author | Dominik Dingel <dingel@linux.vnet.ibm.com> | Mon Jun 17 16:25:18 2013 +0200 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Jan 30 12:50:39 2014 +0100 |
tree | a889cb48f43502fb8db57d40ef6f342382d638b6 | |
parent | a91b8ebe8671980151e0a19ee9fec6b0e1ae1d58 [diff] |
KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest fault In the case of a fault, we will retry to exit sie64 but with gmap fault indication for this thread set. This makes it possible to handle async page faults. Based on a patch from Martin Schwidefsky. Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>