[PATCH] KVM: x86: Use kvm_set_irq to inject interrupts

2008-08-18 Thread Avi Kivity
From: Amit Shah [EMAIL PROTECTED] ... instead of using the pic and ioapic variants Signed-off-by: Amit Shah [EMAIL PROTECTED] --- arch/x86/kvm/i8254.c |6 ++ arch/x86/kvm/x86.c |8 +--- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/arch/x86/kvm/i8254.c

Re: [PATCH] KVM: x86: Use kvm_set_irq to inject interrupts

2008-08-18 Thread Avi Kivity
Amit Shah wrote: ... instead of using the pic and ioapic variants Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] KVM: x86: Use kvm_set_irq to inject interrupts

2008-08-18 Thread Amit Shah
* On Monday 18 Aug 2008 17:08:20 Avi Kivity wrote: Configuration problem? Strange! Maybe the server I sent it from did something bad; I had sent another patch just some time ago and that didn't get mangled. Avi Kivity doesn't think he wrote: From: Amit Shah [EMAIL PROTECTED] ... instead