]> 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)
commit66c6062aa69630d4ff84b3805bdb83201a82b953
treecebd0e69fec5c801e650d68fc226692cb4967969
parent6c36b3fcf9f4ded94cbc3fe23ecabfa46e3f8151
parentf842b419dfc93ed7aa057651b3a3f1113aac3752
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.
-