Re: [PATCH v8 5/5] KVM: arm/arm64: add irqfd support

2015-03-02 Thread Eric Auger
On 02/23/2015 10:45 PM, Christoffer Dall wrote: On Mon, Jan 19, 2015 at 05:43:13PM +0100, Eric Auger wrote: This patch enables irqfd on arm/arm64. Both irqfd and resamplefd are supported. Injection is implemented in vgic.c without routing. This patch enables CONFIG_HAVE_KVM_EVENTFD and

Re: [PATCH v8 5/5] KVM: arm/arm64: add irqfd support

2015-02-23 Thread Christoffer Dall
On Mon, Jan 19, 2015 at 05:43:13PM +0100, Eric Auger wrote: This patch enables irqfd on arm/arm64. Both irqfd and resamplefd are supported. Injection is implemented in vgic.c without routing. This patch enables CONFIG_HAVE_KVM_EVENTFD and CONFIG_HAVE_KVM_IRQFD. KVM_CAP_IRQFD is now

[PATCH v8 5/5] KVM: arm/arm64: add irqfd support

2015-01-19 Thread Eric Auger
This patch enables irqfd on arm/arm64. Both irqfd and resamplefd are supported. Injection is implemented in vgic.c without routing. This patch enables CONFIG_HAVE_KVM_EVENTFD and CONFIG_HAVE_KVM_IRQFD. KVM_CAP_IRQFD is now advertised. KVM_CAP_IRQFD_RESAMPLE capability automatically is