Re: [Qemu-devel] [PATCH] KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks

2014-09-01 Thread Eric Auger
On 09/01/2014 12:49 PM, Paolo Bonzini wrote: > Il 29/08/2014 19:38, Eric Auger ha scritto: >> Compute kvm_irqfds_allowed by checking the KVM_CAP_IRQFD extension. >> Remove direct settings in architecture specific files. >> >> Add a new kvm_resamplefds_allowed variable, initialized by >> checking th

Re: [Qemu-devel] [PATCH] KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks

2014-09-01 Thread Paolo Bonzini
Il 29/08/2014 19:38, Eric Auger ha scritto: > Compute kvm_irqfds_allowed by checking the KVM_CAP_IRQFD extension. > Remove direct settings in architecture specific files. > > Add a new kvm_resamplefds_allowed variable, initialized by > checking the KVM_CAP_IRQFD_RESAMPLE extension. Add a correspon

[Qemu-devel] [PATCH] KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks

2014-08-29 Thread Eric Auger
Compute kvm_irqfds_allowed by checking the KVM_CAP_IRQFD extension. Remove direct settings in architecture specific files. Add a new kvm_resamplefds_allowed variable, initialized by checking the KVM_CAP_IRQFD_RESAMPLE extension. Add a corresponding kvm_resamplefds_enabled() function. Signed-off-b