Re: [PATCH 08/17] KVM: Move irqfd resample cap handling to generic code

2013-04-25 Thread Michael S. Tsirkin
On Fri, Apr 19, 2013 at 04:06:19PM +0200, Alexander Graf wrote: > Now that we have most irqfd code completely platform agnostic, let's move > irqfd's resample capability return to generic code as well. > > Signed-off-by: Alexander Graf Acked-by: Michael S. Tsirkin > --- > arch/x86/kvm/x86.c

[PATCH 08/17] KVM: Move irqfd resample cap handling to generic code

2013-04-19 Thread Alexander Graf
Now that we have most irqfd code completely platform agnostic, let's move irqfd's resample capability return to generic code as well. Signed-off-by: Alexander Graf --- arch/x86/kvm/x86.c |1 - virt/kvm/kvm_main.c |3 +++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arc

[PATCH 08/17] KVM: Move irqfd resample cap handling to generic code

2013-04-18 Thread Alexander Graf
Now that we have most irqfd code completely platform agnostic, let's move irqfd's resample capability return to generic code as well. Signed-off-by: Alexander Graf --- arch/x86/kvm/x86.c |1 - virt/kvm/kvm_main.c |3 +++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arc