Re: [PATCH v9 04/16] KVM: Move KVM_IRQ_LINE to arch-generic code

2012-07-24 Thread Christoffer Dall
On Tue, Jul 3, 2012 at 9:50 PM, Marcelo Tosatti wrote: > On Tue, Jul 03, 2012 at 04:59:54AM -0400, Christoffer Dall wrote: >> Handle KVM_IRQ_LINE and KVM_IRQ_LINE_STATUS in the generic >> kvm_vm_ioctl() function and call into kvm_vm_ioctl_irq_line(). >> >> Signed-off-by: Christoffer Dall >> --- >

Re: [PATCH v9 04/16] KVM: Move KVM_IRQ_LINE to arch-generic code

2012-07-03 Thread Marcelo Tosatti
On Tue, Jul 03, 2012 at 04:59:54AM -0400, Christoffer Dall wrote: > Handle KVM_IRQ_LINE and KVM_IRQ_LINE_STATUS in the generic > kvm_vm_ioctl() function and call into kvm_vm_ioctl_irq_line(). > > Signed-off-by: Christoffer Dall > --- > arch/ia64/kvm/kvm-ia64.c | 33 ++--

[PATCH v9 04/16] KVM: Move KVM_IRQ_LINE to arch-generic code

2012-07-03 Thread Christoffer Dall
Handle KVM_IRQ_LINE and KVM_IRQ_LINE_STATUS in the generic kvm_vm_ioctl() function and call into kvm_vm_ioctl_irq_line(). Signed-off-by: Christoffer Dall --- arch/ia64/kvm/kvm-ia64.c | 33 ++--- arch/x86/kvm/x86.c | 33 ++--- incl