Re: [PATCH v3 3/5] KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd

2020-03-17 Thread Alex Williamson
On Tue, 17 Mar 2020 15:50:40 -0400 Peter Xu wrote: > So that kvm_irqchip_assign_irqfd() can have access to the > EventNotifiers, especially the resample event. It is needed in follow > up patch to cache and kick resamplefds from QEMU. > > Reviewed-by: Eric Auger > Signed-off-by: Peter Xu > --

[PATCH v3 3/5] KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd

2020-03-17 Thread Peter Xu
So that kvm_irqchip_assign_irqfd() can have access to the EventNotifiers, especially the resample event. It is needed in follow up patch to cache and kick resamplefds from QEMU. Reviewed-by: Eric Auger Signed-off-by: Peter Xu --- accel/kvm/kvm-all.c | 16 ++-- 1 file changed, 10 in