commit | 92c9632119b67f3e201240f6813cd0343bfb0141 | [log] [tgz] |
---|---|---|
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | Mon Nov 16 15:42:11 2015 +0100 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Wed Feb 10 13:12:50 2016 +0100 |
tree | 3ff5116af2531962e9686cb8b1214f907aff105c | |
parent | 634790b82759c98ee57c80966d859083fa2fcd8c [diff] |
KVM: s390: gaccess: introduce access modes We will need special handling when fetching instructions, so let's introduce new guest access modes GACC_FETCH and GACC_STORE instead of a write flag. An additional patch will then introduce GACC_IFETCH. Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>