Merge tag 'kvm-s390-next-20140910' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 Sep 2014 09:09:33 +0000 (11:09 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 Sep 2014 09:09:33 +0000 (11:09 +0200)
commit2c69c1a32140262d5d6104ab96df2e52c08c1e93
tree6cf99e80917ea03591031c6801704a5668fc9310
parent209cf19fcd927e6db9f2ef38e3ca6afdcc0d4d5a
parentbfac1f59a1afb13a3cf225bffd04be99a49c51a6
Merge tag 'kvm-s390-next-20140910' of git://git./linux/kernel/git/kvms390/linux into kvm-next

KVM: s390: Fixes and features for next (3.18)

1. Crypto/CPACF support: To enable the MSA4 instructions we have to
   provide a common control structure for each SIE control block
2. Two cleanups found by a static code checker: one redundant assignment
   and one useless if
3. Fix the page handling of the diag10 ballooning interface. If the
   guest freed the pages at absolute 0 some checks and frees were
   incorrect
4. Limit guests to 16TB
5. Add __must_check to interrupt injection code