Re: [Qemu-devel] [PATCH v2 2/2] KVM: s390: add floating irq controller

2013-10-08 Thread Jens Freimann
On Sat, Oct 05, 2013 at 01:53:33AM +0200, Alexander Graf wrote: On 06.09.2013, at 14:19, Jens Freimann wrote: [snip] -int kvm_s390_inject_vm(struct kvm *kvm, - struct kvm_s390_interrupt *s390int) +static void __inject_vm(struct kvm *kvm, struct kvm_s390_interrupt_info

Re: [Qemu-devel] [PATCH v2 2/2] KVM: s390: add floating irq controller

2013-10-04 Thread Alexander Graf
On 06.09.2013, at 14:19, Jens Freimann wrote: This patch adds a floating irq controller as a kvm_device. It will be necessary for migration of floating interrupts as well as for hardening the reset code by allowing user space to explicitly remove all pending floating interrupts.

[Qemu-devel] [PATCH v2 2/2] KVM: s390: add floating irq controller

2013-09-06 Thread Jens Freimann
This patch adds a floating irq controller as a kvm_device. It will be necessary for migration of floating interrupts as well as for hardening the reset code by allowing user space to explicitly remove all pending floating interrupts. Signed-off-by: Jens Freimann jf...@linux.vnet.ibm.com

Re: [Qemu-devel] [PATCH v2 2/2] KVM: s390: add floating irq controller

2013-09-06 Thread Christian Borntraeger
On 06/09/13 14:19, Jens Freimann wrote: This patch adds a floating irq controller as a kvm_device. It will be necessary for migration of floating interrupts as well as for hardening the reset code by allowing user space to explicitly remove all pending floating interrupts. Signed-off-by: