Here is support for new guest cpu facilities. v1->v2: rework keywrapping patch (now the last one) - vsie - also check for aes keywrapping - add helper functions Christian Borntraeger (7): KVM: s390: add vector enhancements facility 2 to cpumodel KVM: s390: add vector BCD enhancements facility to cpumodel KVM: s390: add MSA9 to cpumodel KVM: s390: provide query function for instructions returning 32 byte KVM: s390: add enhanced sort facilty to cpu model KVM: s390: add deflate conversion facilty to cpu model KVM: s390: enable MSA9 keywrapping functions depending on cpu model Documentation/virtual/kvm/devices/vm.txt | 3 +- arch/s390/include/asm/cpacf.h | 1 + arch/s390/include/asm/kvm_host.h | 1 + arch/s390/include/uapi/asm/kvm.h | 5 +- arch/s390/kvm/kvm-s390.c | 103 ++++++++++++++++++++++- arch/s390/kvm/vsie.c | 5 +- arch/s390/tools/gen_facilities.c | 3 + tools/arch/s390/include/uapi/asm/kvm.h | 3 +- 8 files changed, 119 insertions(+), 5 deletions(-) -- 2.17.1