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

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

2008-07-10 Thread Avi Kivity
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 this more generic by having a list of callbacks. There could

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

2008-07-08 Thread Ben-Ami Yassour
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 this more generic by having a list of callbacks. There could also be just one list, rather than

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

2008-07-07 Thread Avi Kivity
Amit Shah wrote: This will be useful for acking irqs of assigned devices And also for improving time drift tracking. Please make this more generic by having a list of callbacks. There could also be just one list, rather than one for the ioapic and one for the pic as implemented now. It

[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 ---