s390x/kvm: add alternative injection interface
commit66ad0893f07f194b5c8607cb81061b8d7202511c
authorCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 11 Mar 2014 16:10:07 +0000 (11 17:10 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 10 Jun 2014 07:50:27 +0000 (10 09:50 +0200)
tree646eeab7ad2cfba46d4dc363bc5288076b7b1350
parent79afc36d91be7550affbe7db227b4552451da41d
s390x/kvm: add alternative injection interface

Add kvm_s390_{vcpu,floating}_interrupt, which offer the possibility
to inject interrupts with larger payloads (when a kvm backend becomes
available).

Moreover, kvm_s390_floating_interrupt() does no longer have the bogus
requirement for a vcpu.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target-s390x/cpu.h
target-s390x/kvm.c