Re: [PATCH v7 11/17] KVM: Define two weak arch callbacks for irq bypass manager

2015-09-11 Thread Paolo Bonzini
On 25/08/2015 10:50, Feng Wu wrote: > Define two weak arch callbacks so that archs that don't need > them don't need define them. > > Signed-off-by: Feng Wu > --- > virt/kvm/eventfd.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c

[PATCH v7 11/17] KVM: Define two weak arch callbacks for irq bypass manager

2015-08-25 Thread Feng Wu
Define two weak arch callbacks so that archs that don't need them don't need define them. Signed-off-by: Feng Wu --- virt/kvm/eventfd.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c index d7a230f..f3050b9 100644 --- a/virt/kvm/eventfd.c +