KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest fault
authorDominik Dingel <dingel@linux.vnet.ibm.com>
Mon, 17 Jun 2013 14:25:18 +0000 (16:25 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 30 Jan 2014 11:50:39 +0000 (12:50 +0100)
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>

No differences found