]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'kvm-s390-next-20150812' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 13 Aug 2015 09:51:50 +0000 (11:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 13 Aug 2015 09:51:50 +0000 (11:51 +0200)
commitae6c0aa6ae4d18d0ae74a58af5c521ec771e3730
tree1ecc43433641813f89603933cf2f96c4939ececa
parentb6bb424b407ee0162fc492e6149847d0aa0034ff
parent152b28392a8d9dd08e789b48b602eb75eef436fa
Merge tag 'kvm-s390-next-20150812' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD

KVM: s390: fix and feature for kvm/next (4.3)

1. error handling for irq routes
2. Gracefully handle STP time changes
   s390 supports a protocol for syncing different systems via the stp
   protocol that will steer the TOD clocks to keep all participating
   clocks below the round trip time between the system. In case of
   specific out of sync event Linux can opt-in to accept sync checks.
   This will result in non-monotonic jumps of the TOD clock, which
   Linux will correct via time offsets to keep the wall clock time
   monotonic. Now: KVM guests also base their time on the host TOD,
   so we need to fixup the offset for them as well.