]> git.proxmox.com Git - qemu.git/commit
s390x: Dispatch interrupts to KVM or the real CPU
authorAlexander Graf <agraf@suse.de>
Fri, 15 Apr 2011 15:32:49 +0000 (17:32 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 18 Apr 2011 19:00:27 +0000 (21:00 +0200)
commit8103b4d161d7c00ea3ff89ffe66bb2bc2c67de5d
tree3a318f664aab4b3a707ddd061f5b02e80bb007cc
parent3110e2925489c571901e945e315942ce84fe696f
s390x: Dispatch interrupts to KVM or the real CPU

The KVM interrupt injection path is non-generic for now. So we need to push
knowledge of how to inject a device interrupt using KVM into the actual device
code.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/s390-virtio-bus.c