]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvm-s390-20140506' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms39...
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 May 2014 15:20:37 +0000 (17:20 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 May 2014 15:20:37 +0000 (17:20 +0200)
commit4e4bf7010b66a2552982e96bfb2e82e907f0c6e0
treecebd0e69fec5c801e650d68fc226692cb4967969
parente9c12bf40ade529fbfa85ae407ebd677a6479785
parent02b930e72574d5c375c29436f9206d455985733d
Merge tag 'kvm-s390-20140506' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next

1. Fixes an error return code for the breakpoint setup

2. External interrupt fixes
2.1. Some interrupt conditions like cpu timer or clock comparator
stay pending even after the interrupt is injected. If the external
new PSW is enabled for interrupts this will result in an endless
loop. Usually this indicates a programming error in the guest OS.
Lets detect such situations and go to userspace. We will provide
a QEMU patch that sets the guest in panicked/crashed state to avoid
wasting CPU cycles.
2.2 Resend external interrupts back to the guest if the HW could
not do it.
-