* [PATCH] KVM: EVENTFD: remove inclusion of irq.h @ 2014-09-01 8:36 ` Eric Auger 0 siblings, 0 replies; 10+ messages in thread From: Eric Auger @ 2014-09-01 8:36 UTC (permalink / raw) To: linux-arm-kernel No more needed. irq.h would be void on ARM. Signed-off-by: Eric Auger <eric.auger@linaro.org> --- I don't think irq.h is needed anymore since Paul Mackerras' work. However I did not compile for all architectures. --- virt/kvm/eventfd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c index 3c5981c..0c712a7 100644 --- a/virt/kvm/eventfd.c +++ b/virt/kvm/eventfd.c @@ -36,7 +36,6 @@ #include <linux/seqlock.h> #include <trace/events/kvm.h> -#include "irq.h" #include "iodev.h" #ifdef CONFIG_HAVE_KVM_IRQFD -- 1.9.1 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH] KVM: EVENTFD: remove inclusion of irq.h @ 2014-09-01 8:36 ` Eric Auger 0 siblings, 0 replies; 10+ messages in thread From: Eric Auger @ 2014-09-01 8:36 UTC (permalink / raw) To: eric.auger, eric.auger, christoffer.dall, marc.zyngier, linux-arm-kernel, kvmarm, kvm, gleb, pbonzini, borntraeger, cornelia.huck, xiantao.zhang, agraf Cc: linux-kernel, patches No more needed. irq.h would be void on ARM. Signed-off-by: Eric Auger <eric.auger@linaro.org> --- I don't think irq.h is needed anymore since Paul Mackerras' work. However I did not compile for all architectures. --- virt/kvm/eventfd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c index 3c5981c..0c712a7 100644 --- a/virt/kvm/eventfd.c +++ b/virt/kvm/eventfd.c @@ -36,7 +36,6 @@ #include <linux/seqlock.h> #include <trace/events/kvm.h> -#include "irq.h" #include "iodev.h" #ifdef CONFIG_HAVE_KVM_IRQFD -- 1.9.1 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH] KVM: EVENTFD: remove inclusion of irq.h 2014-09-01 8:36 ` Eric Auger @ 2014-09-01 10:11 ` Paolo Bonzini -1 siblings, 0 replies; 10+ messages in thread From: Paolo Bonzini @ 2014-09-01 10:11 UTC (permalink / raw) To: linux-arm-kernel Il 01/09/2014 10:36, Eric Auger ha scritto: > No more needed. irq.h would be void on ARM. > > Signed-off-by: Eric Auger <eric.auger@linaro.org> > > --- > > I don't think irq.h is needed anymore since Paul Mackerras' work. However > I did not compile for all architectures. > --- > virt/kvm/eventfd.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c > index 3c5981c..0c712a7 100644 > --- a/virt/kvm/eventfd.c > +++ b/virt/kvm/eventfd.c > @@ -36,7 +36,6 @@ > #include <linux/seqlock.h> > #include <trace/events/kvm.h> > > -#include "irq.h" > #include "iodev.h" > > #ifdef CONFIG_HAVE_KVM_IRQFD > Acked-by: Paolo Bonzini <pbonzini@redhat.com> Christoffer, please include this via the ARM tree, together with ARM irqfd support. Thanks, Paolo ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] KVM: EVENTFD: remove inclusion of irq.h @ 2014-09-01 10:11 ` Paolo Bonzini 0 siblings, 0 replies; 10+ messages in thread From: Paolo Bonzini @ 2014-09-01 10:11 UTC (permalink / raw) To: Eric Auger, eric.auger, christoffer.dall, marc.zyngier, linux-arm-kernel, kvmarm, kvm, gleb, borntraeger, cornelia.huck, xiantao.zhang, agraf Cc: linux-kernel, patches Il 01/09/2014 10:36, Eric Auger ha scritto: > No more needed. irq.h would be void on ARM. > > Signed-off-by: Eric Auger <eric.auger@linaro.org> > > --- > > I don't think irq.h is needed anymore since Paul Mackerras' work. However > I did not compile for all architectures. > --- > virt/kvm/eventfd.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c > index 3c5981c..0c712a7 100644 > --- a/virt/kvm/eventfd.c > +++ b/virt/kvm/eventfd.c > @@ -36,7 +36,6 @@ > #include <linux/seqlock.h> > #include <trace/events/kvm.h> > > -#include "irq.h" > #include "iodev.h" > > #ifdef CONFIG_HAVE_KVM_IRQFD > Acked-by: Paolo Bonzini <pbonzini@redhat.com> Christoffer, please include this via the ARM tree, together with ARM irqfd support. Thanks, Paolo ^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH] KVM: EVENTFD: remove inclusion of irq.h 2014-09-01 10:11 ` Paolo Bonzini @ 2014-09-11 3:09 ` Christoffer Dall -1 siblings, 0 replies; 10+ messages in thread From: Christoffer Dall @ 2014-09-11 3:09 UTC (permalink / raw) To: linux-arm-kernel On Mon, Sep 01, 2014 at 12:11:19PM +0200, Paolo Bonzini wrote: > Il 01/09/2014 10:36, Eric Auger ha scritto: > > No more needed. irq.h would be void on ARM. > > > > Signed-off-by: Eric Auger <eric.auger@linaro.org> > > > > --- > > > > I don't think irq.h is needed anymore since Paul Mackerras' work. However > > I did not compile for all architectures. > > --- > > virt/kvm/eventfd.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c > > index 3c5981c..0c712a7 100644 > > --- a/virt/kvm/eventfd.c > > +++ b/virt/kvm/eventfd.c > > @@ -36,7 +36,6 @@ > > #include <linux/seqlock.h> > > #include <trace/events/kvm.h> > > > > -#include "irq.h" > > #include "iodev.h" > > > > #ifdef CONFIG_HAVE_KVM_IRQFD > > > > Acked-by: Paolo Bonzini <pbonzini@redhat.com> > > Christoffer, please include this via the ARM tree, together with ARM > irqfd support. Thanks, > Marc is dealing with the tree this week and the next so he can apply it to kvmarm/queue. Do you want it to wait and go with the irqfd patch (which has dependencies not yet resolved) or should we just queue it? Thanks, -Christoffer ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] KVM: EVENTFD: remove inclusion of irq.h @ 2014-09-11 3:09 ` Christoffer Dall 0 siblings, 0 replies; 10+ messages in thread From: Christoffer Dall @ 2014-09-11 3:09 UTC (permalink / raw) To: Paolo Bonzini Cc: Eric Auger, eric.auger, marc.zyngier, linux-arm-kernel, kvmarm, kvm, gleb, borntraeger, cornelia.huck, xiantao.zhang, agraf, linux-kernel, patches On Mon, Sep 01, 2014 at 12:11:19PM +0200, Paolo Bonzini wrote: > Il 01/09/2014 10:36, Eric Auger ha scritto: > > No more needed. irq.h would be void on ARM. > > > > Signed-off-by: Eric Auger <eric.auger@linaro.org> > > > > --- > > > > I don't think irq.h is needed anymore since Paul Mackerras' work. However > > I did not compile for all architectures. > > --- > > virt/kvm/eventfd.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c > > index 3c5981c..0c712a7 100644 > > --- a/virt/kvm/eventfd.c > > +++ b/virt/kvm/eventfd.c > > @@ -36,7 +36,6 @@ > > #include <linux/seqlock.h> > > #include <trace/events/kvm.h> > > > > -#include "irq.h" > > #include "iodev.h" > > > > #ifdef CONFIG_HAVE_KVM_IRQFD > > > > Acked-by: Paolo Bonzini <pbonzini@redhat.com> > > Christoffer, please include this via the ARM tree, together with ARM > irqfd support. Thanks, > Marc is dealing with the tree this week and the next so he can apply it to kvmarm/queue. Do you want it to wait and go with the irqfd patch (which has dependencies not yet resolved) or should we just queue it? Thanks, -Christoffer ^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH] KVM: EVENTFD: remove inclusion of irq.h 2014-09-11 3:09 ` Christoffer Dall @ 2014-09-11 7:11 ` Paolo Bonzini -1 siblings, 0 replies; 10+ messages in thread From: Paolo Bonzini @ 2014-09-11 7:11 UTC (permalink / raw) To: linux-arm-kernel Il 11/09/2014 05:09, Christoffer Dall ha scritto: > On Mon, Sep 01, 2014 at 12:11:19PM +0200, Paolo Bonzini wrote: >> Il 01/09/2014 10:36, Eric Auger ha scritto: >>> No more needed. irq.h would be void on ARM. >>> >>> Signed-off-by: Eric Auger <eric.auger@linaro.org> >>> >>> --- >>> >>> I don't think irq.h is needed anymore since Paul Mackerras' work. However >>> I did not compile for all architectures. >>> --- >>> virt/kvm/eventfd.c | 1 - >>> 1 file changed, 1 deletion(-) >>> >>> diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c >>> index 3c5981c..0c712a7 100644 >>> --- a/virt/kvm/eventfd.c >>> +++ b/virt/kvm/eventfd.c >>> @@ -36,7 +36,6 @@ >>> #include <linux/seqlock.h> >>> #include <trace/events/kvm.h> >>> >>> -#include "irq.h" >>> #include "iodev.h" >>> >>> #ifdef CONFIG_HAVE_KVM_IRQFD >>> >> >> Acked-by: Paolo Bonzini <pbonzini@redhat.com> >> >> Christoffer, please include this via the ARM tree, together with ARM >> irqfd support. Thanks, >> > Marc is dealing with the tree this week and the next so he can apply it > to kvmarm/queue. Do you want it to wait and go with the irqfd patch > (which has dependencies not yet resolved) or should we just queue it? As you prefer. Paolo ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] KVM: EVENTFD: remove inclusion of irq.h @ 2014-09-11 7:11 ` Paolo Bonzini 0 siblings, 0 replies; 10+ messages in thread From: Paolo Bonzini @ 2014-09-11 7:11 UTC (permalink / raw) To: Christoffer Dall Cc: Eric Auger, eric.auger, marc.zyngier, linux-arm-kernel, kvmarm, kvm, gleb, borntraeger, cornelia.huck, xiantao.zhang, agraf, linux-kernel, patches Il 11/09/2014 05:09, Christoffer Dall ha scritto: > On Mon, Sep 01, 2014 at 12:11:19PM +0200, Paolo Bonzini wrote: >> Il 01/09/2014 10:36, Eric Auger ha scritto: >>> No more needed. irq.h would be void on ARM. >>> >>> Signed-off-by: Eric Auger <eric.auger@linaro.org> >>> >>> --- >>> >>> I don't think irq.h is needed anymore since Paul Mackerras' work. However >>> I did not compile for all architectures. >>> --- >>> virt/kvm/eventfd.c | 1 - >>> 1 file changed, 1 deletion(-) >>> >>> diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c >>> index 3c5981c..0c712a7 100644 >>> --- a/virt/kvm/eventfd.c >>> +++ b/virt/kvm/eventfd.c >>> @@ -36,7 +36,6 @@ >>> #include <linux/seqlock.h> >>> #include <trace/events/kvm.h> >>> >>> -#include "irq.h" >>> #include "iodev.h" >>> >>> #ifdef CONFIG_HAVE_KVM_IRQFD >>> >> >> Acked-by: Paolo Bonzini <pbonzini@redhat.com> >> >> Christoffer, please include this via the ARM tree, together with ARM >> irqfd support. Thanks, >> > Marc is dealing with the tree this week and the next so he can apply it > to kvmarm/queue. Do you want it to wait and go with the irqfd patch > (which has dependencies not yet resolved) or should we just queue it? As you prefer. Paolo ^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH] KVM: EVENTFD: remove inclusion of irq.h 2014-09-11 7:11 ` Paolo Bonzini @ 2014-09-11 10:24 ` Marc Zyngier -1 siblings, 0 replies; 10+ messages in thread From: Marc Zyngier @ 2014-09-11 10:24 UTC (permalink / raw) To: linux-arm-kernel On 11/09/14 08:11, Paolo Bonzini wrote: > Il 11/09/2014 05:09, Christoffer Dall ha scritto: >> On Mon, Sep 01, 2014 at 12:11:19PM +0200, Paolo Bonzini wrote: >>> Il 01/09/2014 10:36, Eric Auger ha scritto: >>>> No more needed. irq.h would be void on ARM. >>>> >>>> Signed-off-by: Eric Auger <eric.auger@linaro.org> >>>> >>>> --- >>>> >>>> I don't think irq.h is needed anymore since Paul Mackerras' work. However >>>> I did not compile for all architectures. >>>> --- >>>> virt/kvm/eventfd.c | 1 - >>>> 1 file changed, 1 deletion(-) >>>> >>>> diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c >>>> index 3c5981c..0c712a7 100644 >>>> --- a/virt/kvm/eventfd.c >>>> +++ b/virt/kvm/eventfd.c >>>> @@ -36,7 +36,6 @@ >>>> #include <linux/seqlock.h> >>>> #include <trace/events/kvm.h> >>>> >>>> -#include "irq.h" >>>> #include "iodev.h" >>>> >>>> #ifdef CONFIG_HAVE_KVM_IRQFD >>>> >>> >>> Acked-by: Paolo Bonzini <pbonzini@redhat.com> >>> >>> Christoffer, please include this via the ARM tree, together with ARM >>> irqfd support. Thanks, >>> >> Marc is dealing with the tree this week and the next so he can apply it >> to kvmarm/queue. Do you want it to wait and go with the irqfd patch >> (which has dependencies not yet resolved) or should we just queue it? > > As you prefer. Added to kvmarm/queue. Thanks, M. -- Jazz is not dead. It just smells funny... ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] KVM: EVENTFD: remove inclusion of irq.h @ 2014-09-11 10:24 ` Marc Zyngier 0 siblings, 0 replies; 10+ messages in thread From: Marc Zyngier @ 2014-09-11 10:24 UTC (permalink / raw) To: Paolo Bonzini Cc: Christoffer Dall, Eric Auger, eric.auger@st.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, gleb@kernel.org, borntraeger@de.ibm.com, cornelia.huck@de.ibm.com, xiantao.zhang@intel.com, agraf@suse.de, linux-kernel@vger.kernel.org, patches@linaro.org On 11/09/14 08:11, Paolo Bonzini wrote: > Il 11/09/2014 05:09, Christoffer Dall ha scritto: >> On Mon, Sep 01, 2014 at 12:11:19PM +0200, Paolo Bonzini wrote: >>> Il 01/09/2014 10:36, Eric Auger ha scritto: >>>> No more needed. irq.h would be void on ARM. >>>> >>>> Signed-off-by: Eric Auger <eric.auger@linaro.org> >>>> >>>> --- >>>> >>>> I don't think irq.h is needed anymore since Paul Mackerras' work. However >>>> I did not compile for all architectures. >>>> --- >>>> virt/kvm/eventfd.c | 1 - >>>> 1 file changed, 1 deletion(-) >>>> >>>> diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c >>>> index 3c5981c..0c712a7 100644 >>>> --- a/virt/kvm/eventfd.c >>>> +++ b/virt/kvm/eventfd.c >>>> @@ -36,7 +36,6 @@ >>>> #include <linux/seqlock.h> >>>> #include <trace/events/kvm.h> >>>> >>>> -#include "irq.h" >>>> #include "iodev.h" >>>> >>>> #ifdef CONFIG_HAVE_KVM_IRQFD >>>> >>> >>> Acked-by: Paolo Bonzini <pbonzini@redhat.com> >>> >>> Christoffer, please include this via the ARM tree, together with ARM >>> irqfd support. Thanks, >>> >> Marc is dealing with the tree this week and the next so he can apply it >> to kvmarm/queue. Do you want it to wait and go with the irqfd patch >> (which has dependencies not yet resolved) or should we just queue it? > > As you prefer. Added to kvmarm/queue. Thanks, M. -- Jazz is not dead. It just smells funny... ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-09-11 10:24 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-09-01 8:36 [PATCH] KVM: EVENTFD: remove inclusion of irq.h Eric Auger 2014-09-01 8:36 ` Eric Auger 2014-09-01 10:11 ` Paolo Bonzini 2014-09-01 10:11 ` Paolo Bonzini 2014-09-11 3:09 ` Christoffer Dall 2014-09-11 3:09 ` Christoffer Dall 2014-09-11 7:11 ` Paolo Bonzini 2014-09-11 7:11 ` Paolo Bonzini 2014-09-11 10:24 ` Marc Zyngier 2014-09-11 10:24 ` Marc Zyngier
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.