Re: [PATCH v7 4/4] KVM: arm/arm64: add irqfd support

2015-01-19 Thread Eric Auger
On 01/19/2015 04:01 PM, Eric Auger wrote: > Hi Andre, > On 01/16/2015 11:07 AM, André Przywara wrote: >> Hi Eric, >> >> On 01/15/2015 02:47 PM, Eric Auger wrote: >>> This patch enables irqfd on arm/arm64. >>> >>> Both irqfd and resamplefd are supported. Injection is implemented >>> in vgic.c

Re: [PATCH v7 4/4] KVM: arm/arm64: add irqfd support

2015-01-19 Thread Eric Auger
Hi Andre, On 01/16/2015 11:07 AM, André Przywara wrote: > Hi Eric, > > On 01/15/2015 02:47 PM, 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

Re: [PATCH v7 4/4] KVM: arm/arm64: add irqfd support

2015-01-19 Thread Eric Auger
Hi Andre, On 01/16/2015 11:07 AM, André Przywara wrote: Hi Eric, On 01/15/2015 02:47 PM, 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 v7 4/4] KVM: arm/arm64: add irqfd support

2015-01-19 Thread Eric Auger
On 01/19/2015 04:01 PM, Eric Auger wrote: Hi Andre, On 01/16/2015 11:07 AM, André Przywara wrote: Hi Eric, On 01/15/2015 02:47 PM, 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

Re: [PATCH v7 4/4] KVM: arm/arm64: add irqfd support

2015-01-16 Thread André Przywara
Hi Eric, On 01/15/2015 02:47 PM, 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

Re: [PATCH v7 4/4] KVM: arm/arm64: add irqfd support

2015-01-16 Thread André Przywara
Hi Eric, On 01/15/2015 02:47 PM, 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 advertised.

[PATCH v7 4/4] KVM: arm/arm64: add irqfd support

2015-01-15 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

[PATCH v7 4/4] KVM: arm/arm64: add irqfd support

2015-01-15 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