]> git.karo-electronics.de Git - karo-tx-linux.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)
commit2ce316f0b9b2103e27585180b6aa6f17f0175f0e
treecebd0e69fec5c801e650d68fc226692cb4967969
parent1171903d899b1930f502b4c10a2a3565d6603c71
parentf14d82e06a008b8977b64866a4907d2e152af939
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.
-