[PATCH v2 0/5] KVM: s390: vsie: Consolidate CRYCB validation
From: Pierre Morel
Date: Wed Aug 22 2018 - 12:52:41 EST
Before adapting the CRYCB shadowing for a guest supporting
the AP instructions we want to clean the CRYCB shadowing code.
Pierre Morel (5):
KVM: s390: vsie: BUG correction by shadow_crycb
KVM: s390: vsie: Only accept FORMAT1 CRYCB for guest2
KVM: s390: vsie: Allow support for a host without AP
KVM: s390: vsie: Always test the crycbd for NULL
KVM: s390: vsie: Do the CRYCB validation first
arch/s390/kvm/vsie.c | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
--
2.7.4
Changelog from v1
- split into severall small patches
- insert the first cleaning patch ahead
- add a new patch to allow a host not having AP
instructions