Re: [PATCH 2/4] KVM: Introduce a callback routine for IOAPIC ack handling

2008-07-17 Thread Ben-Ami Yassour
On Thu, 2008-07-10 at 16:57 +0300, Avi Kivity wrote: Ben-Ami Yassour wrote: On Mon, 2008-07-07 at 13:08 +0300, Avi Kivity wrote: Amit Shah wrote: This will be useful for acking irqs of assigned devices And also for improving time drift tracking. Please make

Re: [PATCH 2/4] KVM: Introduce a callback routine for IOAPIC ack handling

2008-07-17 Thread Avi Kivity
Ben-Ami Yassour wrote: I did, and have something very similar queued. The notification list might help simplify the assigned device code. Are you planning to merge the patch you have queued, or should I use the one that I sent you? I'll dig mine up tomorrow and post it, so

Re: [PATCH 2/4] KVM: Introduce a callback routine for IOAPIC ack handling

2008-07-17 Thread Avi Kivity
Avi Kivity wrote: Ben-Ami Yassour wrote: I did, and have something very similar queued. The notification list might help simplify the assigned device code. Are you planning to merge the patch you have queued, or should I use the one that I sent you? I'll dig mine up

[PATCH 2/4] KVM: Introduce a callback routine for IOAPIC ack handling

2008-06-27 Thread Amit Shah
This will be useful for acking irqs of assigned devices Signed-off-by: Amit Shah [EMAIL PROTECTED] --- virt/kvm/ioapic.c |3 +++ virt/kvm/ioapic.h |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/virt/kvm/ioapic.c b/virt/kvm/ioapic.c index 9d02136..6d99a35 100644 ---