Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Feb 2014 03:23:37 +0000 (04:23 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Feb 2014 03:23:37 +0000 (04:23 +0100)
commitf244d910ea2974d88efcc6d04594f25e22718f90
tree7236a244a09fa76d73105df476d2f20a19066d70
parent4f34d683e52271197e1ee17b7095e8ba27761ba6
parent536336c21697551ceca44bdffb9f53e6cc5f2f20
Merge tag 'kvm-s390-20140130' of git://git./linux/kernel/git/kvms390/linux into HEAD

Two new features are added by this patch set:
- The floating interrupt controller (flic) that allows us to inject,
  clear and inspect non-vcpu local interrupts. This also gives us an
  opportunity to fix deficiencies in our existing interrupt definitions.
- Support for asynchronous page faults via the pfault mechanism. Testing
  show significant guest performance improvements under host swap.