]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-s390-next-20150306' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorMarcelo Tosatti <mtosatt@redhat.com>
Fri, 13 Mar 2015 01:09:35 +0000 (22:09 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Fri, 13 Mar 2015 01:09:35 +0000 (22:09 -0300)
commit8987d1d714f805efe6b0c1e8119da7619570e961
tree55f965c2b4faa833b635ecf65849db260552a49e
parentd5110554ed9f0f6d4b8551a9f01848556bcbd1c8
parenta46da2de2cf1787a35970f47279763119ccd7757
Merge tag 'kvm-s390-next-20150306' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into queue

KVM: s390: Features and Fixes for 4.1 (kvm/next)

1. Several Fixes and enhancements
---------------------------------
- These 3 patches have cc stable:
8d0512b KVM: s390: Zero out current VMDB of STSI before including level3 data.
5a790b7 KVM: s390: fix handling of write errors in the tpi handler
ecc313f KVM: s390: reinjection of irqs can fail in the tpi handler

2. SIMD support the kernel part (introduced with z13)
-----------------------------------------------------
- two KVM-generic changes in kvm.h:
1. New capability that can be enabled: KVM_CAP_S390_VECTOR_REGISTERS
2. increased padding size for sync regs in struct kvm_run to clarify that
   sync regs can be larger than 1k. This is fine as this is the last
   element in the structure.