Re: [kvm-devel] [PATCH 1/2] KVM: Expose get_eoi_gsi() for IRQ acking by PCI passthrough devices

2008-04-13 Thread Avi Kivity
Amit Shah wrote: > > -static int get_eoi_gsi(struct kvm_ioapic *ioapic, int vector) > +int get_eoi_gsi(struct kvm_ioapic *ioapic, int vector) > Such a generic name should be prefixed by kvm_ if you expose it. -- error compiling committee.c: too many arguments to function -

[kvm-devel] [PATCH 1/2] KVM: Expose get_eoi_gsi() for IRQ acking by PCI passthrough devices

2008-04-10 Thread Amit Shah
Signed-off-by: Amit Shah <[EMAIL PROTECTED]> --- virt/kvm/ioapic.c |2 +- virt/kvm/ioapic.h |1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/virt/kvm/ioapic.c b/virt/kvm/ioapic.c index 4232fd7..c5e776a 100644 --- a/virt/kvm/ioapic.c +++ b/virt/kvm/ioapic.c @@ -268,7 +26