kvm: add kvm_set_irq_inatomic
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 17 Oct 2012 16:06:02 +0000 (18:06 +0200)
committerGleb Natapov <gleb@redhat.com>
Wed, 5 Dec 2012 13:10:45 +0000 (15:10 +0200)
Add an API to inject IRQ from atomic context.
Return EWOULDBLOCK if impossible (e.g. for multicast).
Only MSI is supported ATM.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found